Alfred Fuller
Alfred Fuller
**Change** I would like to be able to test a value against the list of defined enum values for a given enum type. I am trying to replicate the feature,...
Hi. We are working on an LSP for the Buf BSR (https://buf.build/product/bsr), which supports depending on shared remote protobuf definitions. I was wondering if there is interest in adding BSR...
To provide good completion suggestions, an ast is needed to know if the cursor is in an option or not. However common completion cases do not parse in protocompile, for...
LSP provides (0-based) Line and Character for a position: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#position while a ast.SourcePos provides (1-based) Line, Col and (0-based) offset. A helper function to take a Line and Col, and...
## Feature Description Add tree-sitter based syntax highlighting ## Additional Context I created a tree-sitter grammar for cel: https://github.com/bufbuild/tree-sitter-cel with highlighting support. Would be cool to use it: 
I am in the process of implementing protovalidate in pure-python using cel-python have push things as far as I can from the outside leaving me the following 7 issues: ...
We are seeing errors like: ``` found no matching overload for _?_:_ applied to '(, , )'", , ("Unexpected ? : ``` Which is obfuscating the underlying error that occured...
### What would you like to be added? I would like to be able to use clientv3.WithMaxModRev with clientv3.OpDelete. ### Why is this needed? I'd like to make deletes truly...
### Bug report criteria - [X] This bug report is not security related, security issues should be disclosed privately via [etcd maintainers](mailto:[email protected]). - [X] This is not a support request...
see https://github.com/bufbuild/protoyaml-go/issues/39