Fork me on GitHub
#announcements
<
2023-10-30
>
oliy09:10:44

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 )

👀 2
🎉 11
Isaac Ballone20:10:12

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

nice 15
🛋️ 1