slzatz
slzatz
When configuring the wifi on an Arduino Nano 33 IoT, the reset pin is active low; however, for the Arduino MKR 1010, the reset pin is active high. (see [problem-with-nina...](https://forum.arduino.cc/t/problem-with-nina-w102-startup-on-mkr-1010/923644/14)...
First of all, thanks for this work -- it's very helpful. Currently code blocks are supported with three backticks but the original markdown spec is that 4 spaces or a...
This line in the page function: title = suggestion or results[0] does not seem correct. It appears that it should at least check if results[0] exactly matches the title that...
First of all, thank you for your work. I would still be reading the lsp spec without much comprehension if it wasn't for your client implementation. So I am new...
When generating a textDocument/didChange notification from a client you run into the following problem if you want to indicate that the content you are sending to the server is the...