This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-30
Channels
- # announcements (2)
- # babashka (37)
- # beginners (64)
- # biff (27)
- # cherry (7)
- # cider (19)
- # clj-kondo (10)
- # clojure-austin (4)
- # clojure-doc (18)
- # clojure-europe (72)
- # clojure-nl (1)
- # clojure-norway (13)
- # clojure-uk (5)
- # clojurescript (18)
- # data-science (28)
- # events (5)
- # graalvm (32)
- # hyperfiddle (6)
- # introduce-yourself (1)
- # jobs (4)
- # joyride (16)
- # juxt (6)
- # malli (7)
- # missionary (3)
- # off-topic (18)
- # pathom (15)
- # portal (14)
- # re-frame (14)
- # reitit (5)
- # releases (1)
- # rum (2)
- # sci (1)
- # shadow-cljs (102)
- # spacemacs (3)
- # sql (6)
- # web-security (2)
- # xtdb (10)
I'm pleased to announce the release of https://github.com/oliyh/oxbow 0.1.6 Oxbow is an SSE client based on js/fetch, allowing you to use the full feature set of fetch and not be constrained by the old js/EventSource (which cannot e.g. send headers). This release fixes a bug with buffering messages split across multiple events, and a related bug with UTF-8 support (huge thanks to @dj942 )
Hey! I created a library for interfacing with CouchDB called Slouch.
Slouch documents implement IAtom
so you can use swap!
, deref
, etc. just like a regular atom. The implementation felt really natural because CouchDB and Clojure atoms both take an optimistic concurrency approach.
I'm always looking for constructive criticism. Excited to share this 🙂. I plan on improving this more in the coming month, mostly on the testing side, and creating a demo site to put it through its paces
https://github.com/balloneij/slouch