Max Thoursie

Results 7 comments of Max Thoursie

The way I _think_ the other mentioned parses work, is that a double-quote that is not at the beginning of a field is not considered to be quoting. See this...

`lambdaisland.classpath/update-classpath!` is indeed the one, thank you. I was surprised that watch-deps didn't use it internally but I see now that it does some additional logging. Will look into filing...

It turns out that Beholder did what it should, but I didn't see the messages in the Calva repl. I used tap> to debug instead to get around that. My...

Here's the tiny change: #4 I did not include the watching on deps.edn only, because I couldn't find any documentation on that watching files is supported (like you said) so...

I'm also getting this. # Steps to reproduce - Run ```sh lein new repro cd repro atom --clear-window-state . ``` - Add deps to `project.clj` ``` [proto-repl "0.3.1"] [proto-repl-charts "0.3.2"]...

Well, it seems to be intermittent. I was able to reproduce several times with the above steps, but now, following the same steps, it works. :(

TLDR: **Remove `cider-nrepl` and it works.** After some hours of debugging, i found that I had the `cider-nrepl` enabled in my `.lein/profiles.clj`. Cider adds an extra message (`changed-namespaces`) in the...