Peter Tripp

Results 529 comments of Peter Tripp

Yeah, docs need some love. I tried to [add some formatting docs](https://github.com/zed-industries/zed/pull/20677) as the docs [very sparse](https://github.com/zed-industries/zed/blob/eb3c4b0e461886e87e6759471d69ea9a524a9d43/docs/src/languages/proto.md) but I incorrectly added the link to ProtoLS (oops). Extension was originally written...

I haven't tested, but others have and it should work. Specify bufls and the lsp binary or create a symlink in your path to bufls named "protobuf-language-server". Then specify "language_server"...

> In proto, can we add a command to automatically sort the variable IDs in the message? @orange-juzipi This is largely dependent on the language server exposing these a custom...

I can reproduce. I've updated your description to simplify the example. The introduction of $whatever$ prevents that and all subsequent table rows from rendering. I believe the vscode failure is...

For reference the `textDocument/diagnostic` response from the LSP RPC logs has the following: `result.items`: ```json [ { "range": { "start": { "line": 1, "character": 14 }, "end": { "line": 2,...

This has been fixed upstream. Thanks all for reporting.

OpenRouter is not currently supported. Perhaps soon: - #29496

This sounds really silly, but do you perhaps have a second (maybe wireless) keyboard with something pushing the Escape key?

The default soft-limit `ulimit -Sn` is `256` on macOS, but the default hard-limit `ulimit -Hn` is `unlimited`. Interestingly, my `sysctl kern.maxfiles` is much lower than yours (491520 vs 2147483647), I...

Thank for the these details. I will see if I can reproduce with [hashintel/hash](https://github.com/hashintel/hash) locally. M1 Ultra Mac Studio has 20 cores. I wonder if there's a magic number somewhere...