Fork me on GitHub
#announcements
<
2022-09-06
>
maria10:09:09

We are super happy to finally announce the projects for the next funding round of ClojuristsTogether https://www.clojuriststogether.org/news/q3-2022-funding-announcement/ 🎉 We are funding 6 projects with 9000 USD and 5 projects with 2000 USD. The projects and grantees are: USD 9,000 - Matthew Huebert for https://www.maria.cloud/ - Sam Ritchie https://github.com/mentat-collective/mathbox.cljs - Kira McLean for https://github.com/scicloj/clojure-data-cookbook - Christophe Grand and Baptiste Dupuch for https://github.com/Tensegritics/ClojureDart - Michiel Borkent for https://github.com/borkdude - Arne Brasseur and Gaiwan for https://github.com/lambdaisland/kaocha USD 2,000 - Chris Badahdah for https://github.com/djblue/portal - Will Acton for Exo (unreleased) - Vlad Protsenko for https://github.com/cljfx/cljfx - Jacob O’Bryant for https://github.com/jacobobryant/biff - Adam Helins for https://github.com/clojupedia/main A big thank you to all our members for the support! We couldn’t fund those projects without you 💙 💚

1
gratitude 32
clojurists-together 22
1
clojure-spin 32
💹 1
🙏 34
❤️ 25
🎉 23
mpenet11:09:26

New version of https://github.com/exoscale/interceptor released (0.1.14) - This adds bb + fixes cljs support - thanks to @borkdude for the work on bb and other related bits.

🎉 6
babashka 4
cljs 3
mpenet11:09:31

and github is down... good timing

jjttjj11:09:34

Thanks to both of you for doing this! I've been happily using a 1 line change quick hack to use interceptor on bb, great to see it in master now babashka

🙇 1
borkdude11:09:00

@U064UGEUQ The currently released version does require bb from master

borkdude12:09:14

at least, it's tested with that but might still work with the oldest. Also added compatibility with auspex, which does require master and it's tested with that on CI in interceptor

borkdude12:09:14

The core.async integration does need master. @U064UGEUQ what are you using interceptor for?

jjttjj12:09:53

Good to know, I haven't been using the async stuff yet but may at some point. I've been using the interceptor pattern with https://github.com/cognitect-labs/aws-api / https://github.com/grzm/awyeah-api to do stuff with requests/responses. For instance, mocking out the clients during testing, making sure dynamobdb requests include asking for consumption pricing info then recording that info somewhere when we get it in the response

borkdude12:09:42

Oh that's good to hear /cc @U0EHU1800 ^

👍 1
🚀 1
Carsten Behring13:09:16

Version 0.4.0 of https://github.com/scicloj/sklearn-clj is released! sklearn-clj gives easy access to most Python sklearn estimators from Clojure standalone or as a plugin into Changes in this release are: * fix result of predict to be a probability distribution * fixed serialization of contexts containing sklearn-clj models * allow reverse-mapping of categorical variables of prediction

🎉 9