Patrick Pichler

Results 73 comments of Patrick Pichler

I've implemented the update version. Do you know of a better way of doing this? @jglick

@TristonianJones I've updated the code, would be nice if you could have another look :)

Hey, I opened a PR (#1578) with basic support for untyped `__ksym`. Feel free to close the PR, in case this is not wanted 🙂 If I have time I,...

Hey :) Could you assign me this ticke? I would like to try implementing this gadget.

@alban I've implemented a basic version of this, is it ok if I open a PR?

One thing though, I checked the kernel sources and the `qdisc:qdisc_enqueue` tracepoint appears to be added in 5.14. Is this OK, or should I search for an alternative function to...

Hey, Thanks for the request. I am not familiar with pylsp, but if you setup your neovim to work with pylsp (e.g. autocompletion or hover works with the built-in hover...

Interesting! I just tried it locally and for me it appears to be working fine hm. Can you maybe share a minimal example of your dotfiles + some project where...

Can you maybe share your init.lua file?

Ah I see, you are missing the LSP setup path in nvim. I would recommend having a look at how kickstarter.nvim is doing the setup [here](https://github.com/nvim-lua/kickstart.nvim/blob/master/init.lua#L454).