Mark Sto
Mark Sto
Hi @weavejester! This Ring middleware lib has a good design — it's succinct (minimalistic codebase and API) and does one thing (read/write JSON from/to req/resp) and does it well (in...
Just bumped up the version in the README file.
Hi @scgilardi and thank you for the Slingshot! Just wondering if there are any plans to further develop this project? Like many who love and use your library, I hope...
Hi Bill! It makes sense to augment the bot `create` fn to add the connection pooling capabilities. We do not use one in the moment, but we should. Not only...
There are now the following reflection warnings in `knit`: ``` Reflection warning, qbits/knit.clj:126:23 - reference to field isDone can't be resolved. Reflection warning, qbits/knit.clj:128:16 - reference to field get can't...
Hi! I'm half way through the migration from Toucan 1, and everything works fine so far. Still, I am yet to migrate from the `toucan2-toucan1` lib. And it seems like...
Hi @sunng87! Here's a proposal for making the existing Rate Limiter implementation more malleable to changes, in particular to different sleep semantics. (This keeps the bucket’s tokens accounting logic intact,...
## Description Eastwood fails on occurences of a newly added Clojure 1.12 feature — the [Qualified Methods](https://clojure.org/news/2024/09/05/clojure-1-12-0#qualified_methods) support. I guess, this is due to the missing support for this feature...
Hi folks! It would be great to have this page finished: https://walkable.gitlab.io/walkable/1.3.0/pathom.html
@oliyh Hi Oliver! This one is a bit heavy, but it's an absolute minimum required to get the job done and to get it done well. The problem is the...