announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
2020-10-07T15:25:23.124900Z

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

91πŸ‘
Chris McCormick 2020-10-09T05:35:41.157400Z

Does it support the auto-reconnecting facility of EventSource?

2020-10-09T07:36:26.159Z

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

2020-10-09T12:53:17.161200Z

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

1πŸ‘
Isaak 2020-10-07T15:33:15.129100Z

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

13πŸ‘
hkupty 2020-10-07T19:01:30.132900Z

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

10πŸŽ‰
alexmiller 2020-10-07T23:17:40.134700Z

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

18πŸ‘1πŸ‘€
littleli 2020-10-08T11:20:25.139700Z

1.10.1.708 -> scoop βœ”οΈ

zilti 2020-10-08T11:25:05.139900Z

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

1πŸ‘