Peter Munch-Ellingsen

Results 251 comments of Peter Munch-Ellingsen

I just figured it would be more flexible if it applied to body and another class (I used ".grid" mostly just as an example). This would allow e.g. a layout...

I played around with this a bit. Here is what I've tried: https://github.com/PMunch/pico/commit/2c4588b0fbb3d3b12e22ab4b0624edfe6a8f4134. If you load the "Preview" example with that CSS and remove the "container" class from each of...

That does indeed make it clearer, but I'd love to have a single procedure that would return `Plotly.newPlot(, plot.traces.toUgly(), plot.layout.toUgly())` or something like that. Just a nice little convenience procedure...

It would be possible to do this with a custom dynamic library module. Simply check the type of the query, and stop the query if it isn't `AAAA`. This of...

I appears like I tried to implement it seeing how it's commented out in the sources: https://github.com/PMunch/nimlsp/blob/master/src/nimlsp.nim#L372-L383. Not entirely sure why it's not active, you could always try it and...

Hmm, I don't observe the same crash here. Might be something that only happens on Windows machines.. I do however sometimes see that it the debug logging from nimlsp says...

Hmm, if it is inside `nimsuggest.nim` it should crass with `nimsuggest` as well. Have you tried to build `nimlsp` yourself with `nimble debug`? This makes it quite a bit more...

Otherwise you can have a look at what `debugEcho` actually does. It writes it out to `stderr` (`jsonrpc` communication with the LSP server goes over `stdout`) and a file. So...

This is unfortunately a nimsuggest issue, which isn't maintained as part of nimlsp but as a separate project. So please raise all of these errors in the Nim repository so...

Hmm, I'm unable to reproduce this. Are you sure your nimlsp is compiled with the same version of Nim you're compiling with and that it points to the same stdlib?