Fork me on GitHub
#announcements
<
2019-07-05
>
seancorfield03:07:06

seancorfield/clj-new "0.7.6" -- https://github.com/seancorfield/clj-new -- supports multiple templates in a GitHub repo (suggestion by @tkjone) and conditional entries in a ->files call (suggestion by @dominicm) -- follow-up to #tools-deps

metal 16
dominicm07:07:57

Massive thanks to @viesti for adding Docker support to pack.alpha: https://github.com/juxt/pack.alpha

🐳 16
clj 4
viesti08:07:38

thanks for your time on guiding the path @dominicm :)

borkdude08:07:26

clj-kondo v2019.07.05-alpha! 🍻 Features: faster parsing, misplaced docstrings https://github.com/borkdude/clj-kondo/releases/tag/v2019.07.05-alpha follow up in #clj-kondo

upside_down_parrot 16
clj 8
sheepy 12
eggsyntax19:07:44

It's not that related to clj-kondo, but since you're using the konmari metaphor, I thought you might find this tweet-thread interesting: https://mobile.twitter.com/sarahmei/status/783343170058788864

eggsyntax19:07:34

Goes beyond the "does this unit test spark joy?" joke to try to consider what the equivalent question might be for code.

andy.fingerhut17:07:07

cljol (enhanced a bit since the previous announcement, and now includes a gallery of more example figures and how they were generated), some Clojure/Java code I wrote some time back to investigate the size of Java objects and how they refer to each other, inside a running JVM. Possibly useful if you are curious about memory usage of Clojure data structures, or how they are implemented internally. https://github.com/jafingerhut/cljol

metal 12
clj 8
nate19:07:54

This is tremendously cool. Great for learning more about the internals.

kszabo23:07:29

@U0ENYLGTA thanks for the newest release! It addresses some of the pain points we experienced during integrating this library. I know that you don’t accept PRs, still there are some improvements in my WIP fork that fixes issues, might be useful for some folks who can’t wait. 🙂 https://github.com/whitepages/aws-api/pull/1 Namely: - using https://github.com/ztellman/byte-streams so that the HTTP client body can be anything that is supported by the lib (open), instead of rolling your own protocol. It also removed lots of instance checking/manual type conversions in utils. - added the ability to override http client call at client + invoke site - add public endpoint to generate request map (as I think this is the primary value-add of your library along with handling of the response) - separate signing of request from sending it so HTTP client can modify headers, add custom User-Agent, etc. (also make it a client responsibility to sign so that other solutions can be used like: https://github.com/jerben/clj-aws-sign) - using a faster json parser: https://github.com/metosin/jsonista#performance

kszabo23:07:46

It’s not perfect, but I hope it gives you some ideas how some of the remaining items could be tackled. Cheers again! 🎉

dchelimsky08:07:16

@U08E8UGF7 thanks for the feedback and suggestions. Decoupling request generation, signing, and even the http-client itself are all on the radar. Stay tuned!

💯 4
metal 4
seancorfield22:07:45

seancorfield/depstar "0.2.4" -- https://github.com/seancorfield/depstar -- includes an important security fix: if you're using 0.2.1, 0.2.2, or 0.2.3, please update to this new release! (follow-up to #tools-deps

👍 12