Btw has the video from last meetup been made available or was it decided not to publish?
@skuro can I ask you, how do you record meetings on jitsi?
I'm looking for a fun way to add some perk for people sponsoring me on Github or elsewhere and some pairing video might be fun
L yidf
sorry, cat typing
@borkdude with jitsi, you link your dropbox account to it and it will put the recordings there automagically
re: threading macros, it's interesting that no one came up with as->
which is IMHO a valid in-betweener
(as-> lots-of-maps THINGS
(filter beautiful-things THINGS)
(sort-by :very-important-key THINGS)
(first THINGS)
(:actual-important-key THINGS)
(or THINGS meaningful-default))
I wasn’t aware of as->
but seems like a nice macro doing threading when it isn’t always first or last.
Anyone know a ‘modern’ way of doing ‘modules’ with clojure? I used lein-modules before, but it broke with leiningen 2.9.3. Might want to change it to deps.edn, but would be some work.
@gklijs Ragtime uses this: https://github.com/kumarshantanu/lein-sub Is that something you could use?
Seems to miss the shared dependencies part, but Walmart labs got something that works with lein-sub. https://github.com/walmartlabs/shared-deps
Ended up with them both, works nicely. https://github.com/gklijs/bob2021
Thanks, will give it a try.