Fork me on GitHub
#announcements
<
2020-10-07
>
oliy15:10:23

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 πŸ™‚

27
πŸ‘ 3
Chris McCormick05:10:41

Does it support the auto-reconnecting facility of EventSource?

oliy07:10:26

Not at the moment, although I would like it to. It shouldn't be too hard to implement

oliy12:10:17

hi @UUSQUGUF3 it now supports reconnecting as of 0.1.2, see the readme for details

πŸ‘ 3
hkupty19:10:30

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 πŸ™‚

πŸŽ‰ 30
Alex Miller (Clojure team)23:10:40

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

πŸ‘ 54
πŸ‘€ 3
zilti01:10:17

I built Linux packages and updated them πŸ™‚ Find them https://software.opensuse.org//download.html?project=home%3Azilti%3Aclojure&amp;package=clojure for various distributions.

πŸ‘ 3
littleli11:10:25

1.10.1.708 -> scoop βœ”οΈ

zilti11:10:05

I just got assigned maintainer role for the Chocolatey package, so that one will follow shortly (this weekend)

πŸ‘ 3