Peter Strömberg

Results 545 comments of Peter Strömberg

I think I may have tried to initialize the remote a bit too early, because I had some more flakyness with this. But now I initialize when a build is...

Thanks. Yes, now checked and the message traffic reveals to me that I am setting up multiple notify `id` “channels”. The reason I moved the setup of this was not...

Now Calva only does one init+subscribe per nrepl session. I decided to not try to support pre 3.2.1 servers with these connection updates, because I couldn't figure out how to...

> you might as well switch the initial msg to `{:op :request-notify :query ...}` Gotcha. I'll make this change, for clarity, until I need the client-list response for something. In...

Thanks! I will have to dig in and digest all this. There is no particular reason that I have not tried with the websockets directly. I think mostly it _feels_...

> You technically know this before sending the eval, if you know about runtimes in the first place. Calva knows this. It shows “No runtime” to the user. And if...

Thanks for this analysis, @dlnnlsn! I had sort of [figured this out for the Fortran program](https://github.com/PEZ/languages-visualizations/issues/2), but for the C program I was a bit confused about why gcc would...

I think it could be good for discoverability to have such a command. For anyone who sets out to implement it. Calva has dev utilities for finding the current ns...

OK. So I found my error. Using a quoted symbol in a `.edn` config. But I still think that README (or probably INDENT.md) should mention this `:default` more explicitly as...

It's been a while so I am not sure what I meant by this. Reading the docs today I think they are very clear. 😄