jdrouhard

Results 49 comments of jdrouhard

@maxbrunsfeld - if you have a bit of time to spare to look at this, I'd really appreciate it. This is completely baffling to me: ```cpp map v; ``` produces:...

Fixed by https://github.com/tree-sitter/tree-sitter-cpp/commit/670404d7c689be1c868a46f919ba2a3912f2b7ef

Fixed by 5ead1e26c6ab71919db0f1880c46a278a93bc5ea

Yeah, I agree with @mfussenegger - no workarounds for spec violations but we could try for better error messages when we do detect something invalid.

One major difference with vscode-remote vs a remote nvim UI is that with vscode-remote, all the keyboard input (and thus the actual buffer changes) are done by local client, with...

The obvious glaring downside to the "local everything" approach is if you actually need to develop in the remote server's environment. What if I have a work laptop with bare...

I came across a similar problem, but with a different compiler error: https://godbolt.org/z/PTPzGjY1P It _seems_ to be the same issue, where the `is_range` check is "true" for this type even...