Jan Winkler

Results 5 issues of Jan Winkler

I've been playing around with on-the-fly D3 vizualizations: Changes to data are announced by server via a WebSocket notification. Upon receiving the notification, clients may download a fresh dataset, and...

I'm trying to set up cljs testing in node.js using jsdom following this [blog](https://betweentwoparens.com/blog/clojurescript-test-setup/#headless-browser-runtime-environment). My goal is to add bundler (webpack, but this probably applies to all bundlers and processors)...

enhancement

When using bidi for client-side routing, `[long :param]` can be parsed incorrectly, because [bidi uses js/Number to parse the parameter](https://github.com/juxt/bidi/blob/master/src/bidi/bidi.cljc#L163). Since JS numbers are double precision floats, it is only...

Tuples cannot be cached/reused in the same way atoms can.

## Description Any NIF invocation that results in SALTY_ERROR behaves unpredictably, and/or crashes. ## Environment - libsalty 0.1.3 - Elixir 1.7.2, 1.6.6 - Erlang/OTP 21 - libsodium 1.0.16-2 - Ubuntu...