This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-05
Channels
- # announcements (13)
- # aws (1)
- # bangalore-clj (4)
- # beginners (66)
- # boot (11)
- # calva (27)
- # cider (27)
- # clj-kondo (76)
- # cljdoc (6)
- # cljs-dev (38)
- # clojars (3)
- # clojure (143)
- # clojure-dev (2)
- # clojure-europe (6)
- # clojure-greece (10)
- # clojure-italy (10)
- # clojure-nl (5)
- # clojure-norway (2)
- # clojure-sweden (1)
- # clojure-uk (19)
- # clojurescript (49)
- # cursive (13)
- # datomic (14)
- # duct (6)
- # figwheel-main (3)
- # fulcro (31)
- # funcool (7)
- # jobs (3)
- # keechma (142)
- # liberator (1)
- # off-topic (15)
- # om (2)
- # reagent (1)
- # reitit (2)
- # remote-jobs (1)
- # rewrite-clj (73)
- # shadow-cljs (21)
- # spacemacs (18)
- # sql (5)
- # tools-deps (10)
- # yada (1)
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
Massive thanks to @viesti for adding Docker support to pack.alpha: https://github.com/juxt/pack.alpha
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
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
Goes beyond the "does this unit test spark joy?" joke to try to consider what the equivalent question might be for code.
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
Cognitect Labs' aws-api 0.8.335 https://groups.google.com/forum/#!topic/clojure/I9d3xSORVMQ
@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
It’s not perfect, but I hope it gives you some ideas how some of the remaining items could be tackled. Cheers again! 🎉
@U08E8UGF7 thanks for the feedback and suggestions. Decoupling request generation, signing, and even the http-client itself are all on the radar. Stay tuned!
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