dpsutton
dpsutton
``` (defn ping-pong [out-pipe next-id delay] (go-loop [] (async/! out-pipe {:id (next-id) :type :ping}) (recur))) (defn connect-socket [url next-id] (let [in (async/chan) out (async/chan) socket (ws/connect url :on-receive (fn [m]...
Yes sorry i meant for moving the cursor. Each of vim and emacs have their own notion of selection (visual mode and mark) but perhaps just continuing to keep shift...
Seems this removes calling the interface functions of - "timeseries_bar" - "timeseries_area" - "timeseries_line" Should these functions also be removed from `static_viz_interface.js`? And if so, do those files also have...
Checking trendlines Before:  After:  Seems good. I was worried this one might not work out the same but seems good to me. I was nervous because the code...
It is not super clear how this works to me. Here's what I'm thinking we have to do in the problem space: Since these fields are actually created in "user...
I'm wondering how this would affect this situation: A base question with a remapped column. Let's use the rating mapped to A, B, etc. Question 1 is a saved question...
I'm depending on `[nrepl/nrepl "0.6.0"]` but cannot override the nrepl dependency that lein-ring uses.
ah so `(list quote user/foo)` won't match against `(s/cat :foo ::foo)` spec. Not clear if this a close as not a bug, close as a bug but won't fix, or...
Just a data point: this does not happen on Fedora 29 with gnome on wayland. Interesting this hasn't popped up for anyone else.
@seancorfield i'm unable to reproduce this. can you say what OS this is? I know you're a user of WSL and i'm wondering if its related to something funky here?...