Fabian Ruffy
Fabian Ruffy
> Is your request is to have a LSP-tabby package? Yes, tabby could be a good target. It looks like they have LSP support https://github.com/TabbyML/tabby/tree/main/clients/example-vscode-lsp >Not so related, but have...
Thanks! This is a very useful investigation.
Thanks, I actually was able to get this to run using your setup! But I had to remove ``` "disabled_capabilities": { "completionProvider": true } ``` and the generated code is...
> Can you list steps to trigger this error? We are also running into this with our CI, I believe just trying to compile Protobuf with gcc-15 is enough.
> The differences in the DPDK output indicates that that backend may be incorrectly using the name of a symbol when it should be using the externalName. This change is...
> Out of curiosity, when you say modernize, do you perhaps mean accepting the perhaps-unpleasant change in pip3 that prevents (or very strongly discourages) one from installing Python packages in...
> FYI, my install-p4dev-v8.sh script here: https://github.com/jafingerhut/p4-guide/blob/master/bin/install-p4dev-v8.sh > > can run as a normal user, with liberal `sudo` commands sprinkled throughout when needed, that start from unmodified Ubuntu 20.04, 22.04,...
@jafingerhut Poetry works really well for managing Python dependencies. It was not difficult at all to set this up for all our distributions. All you need to do is call...
@vbnogueira Trying to refactor the Python setup for TC STF I am seeing timeouts. Do you know possible reasons for that? Could be a simple fix.
> > @vbnogueira Trying to refactor the Python setup for TC STF I am seeing timeouts. Do you know possible reasons for that? Could be a simple fix. > >...