Re: State of Clojure 2019 Survey!

2019-01-11 Thread Alex Miller
¯\_(ツ)_/¯ I've complained to the googles... On Fri, Jan 11, 2019 at 1:50 PM Sean Corfield wrote: > I'm only seeing this in the web version of Google Groups. This did not get > delivered via email -- so I'm replying to ensure more people see it. > > Alex, pretty much none of your posts to the g

[ANN] com.cognitect.aws/api-0.8.198

2019-01-11 Thread David Chelimsky
com.cognitect.aws/api-0.8.198 is now available Changes from 0.8.198 / 2019-01-11 - support HAL responses #30 - extend Datafiable via metadata (allows use with clojure-1.9) - fix edge case bug parsing json with locationNames - u

Re: [ANN] tools.deps.alpha 0.6.474 and clj 1.10.0.408

2019-01-11 Thread Sean Corfield
This didn't come through in email... On Wednesday, January 2, 2019 at 1:30:01 PM UTC-8, Alex Miller wrote: > > tools.deps.alpha 0.6.474 and clj 1.10.0.408 are now available. > > Changes: > > * TDEPS-79 , TDEPS-109 >

Re: [ANN] tools.deps.alpha 0.6.480 and clj 1.10.0.411 are now available.

2019-01-11 Thread Sean Corfield
...and nor did this. On Friday, January 4, 2019 at 12:21:55 PM UTC-8, Alex Miller wrote: > > Just a small additional bug fix over the release a couple days ago related > to classifiers. > > Changes: > >- TDEPS-112 >- Exclusions don't exclud

Re: State of Clojure 2019 Survey!

2019-01-11 Thread Sean Corfield
I'm only seeing this in the web version of Google Groups. This did not get delivered via email -- so I'm replying to ensure more people see it. Alex, pretty much none of your posts to the group seem to come through in email, although your _replies_ do (as do other people's replies to your posts

[ANN] Stringer (v0.3.1) - fast string concatenation

2019-01-11 Thread Shantanu Kumar
Hi, I am pleased to announce Stringer, a library for fast string concatenation. Stringer is designed (with tradeoffs) to complement Clojure's string concat operations. https://github.com/kumarshantanu/stringer Stringer's API contains several macros (so they can not be used as functions) - no