Hi everyone, I recently needed a Server Sent Events (SSE) client that could send an Authorization header to the server. Incredibly js/EventSource doesn't support this, and general consensus seems to be you can use js/fetch and the response stream. That means you still have to parse the event stream yourself, so I wrote a library to do it: https://github.com/oliyh/oxbow It's an SSE client for Clojurescript that uses js/fetch so that the full functionality of HTTP is available to you. It also has re-frame bindings π
Does it support the auto-reconnecting facility of EventSource?
Not at the moment, although I would like it to. It shouldn't be too hard to implement
hi @chris358 it now supports reconnecting as of 0.1.2, see the readme for details
Hi, folks! Iβve implemented Pythonβs secrets
module for Clojure. Itβs dead simple but useful.
TheΒ `secrets`Β is a library designed to generate cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets.
Here is a repository: https://github.com/lk-geimfari/secrets.clj
Going back to my journey w/ protobuf on clojure, I release https://github.com/hkupty/defteron/releases/tag/v0.2.0. It's still pretty much alpha-quality and tested on-demand by my uses, so if you're feeling adventurous, I'd be happy to take PRs and improve it π
Clojure tools 1.10.1.708 is now available https://clojure.org/releases/tools#v1.10.1.708 β’ Fixes to handling transitive deps when newer versions of a dep are found in the dep expansion β’ https://clojure.atlassian.net/browse/TDEPS-168 - Improvements to -X error message handling
1.10.1.708 -> scoop βοΈ
I just got assigned maintainer role for the Chocolatey package, so that one will follow shortly (this weekend)