Matteo Bigoi

Results 10 comments of Matteo Bigoi

I am using this also with kotlin (https://github.com/fwcd/kotlin-language-server) and works properly. FYI the kotlin-language-server takes a lot to startup, so fidget starts around 30 seconds after opening the first file...

I have done it using a custom handler like this one: ```lua require("scrollbar.handlers").register("current_position", function(bufnr) local pos = vim.api.nvim_win_get_cursor(0) return { { line = pos[1], text = "x", type = "Misc"...

I am facing the same issue every now and then with Rust and LunarVim.

We restarted active development of Flowgger recently. I am not very familiar with Kafka, is this something still needed?

We restarted active development of Flowgger recently. Is this something still needed. As @jedisct1 said, if this is something you can contribute to, it would be awesome!

We restarted active development of Flowgger recently. Is this something still needed or the workaround @jedisct1 suggested is enough for you?

Yeah, I think your analisys is right. There is a lot going on deep in the structure packing and unpacking with strings, bytes and unicode strings. I think we need...

Hello fellow AAA friend. This package is not meant to be a Tacacs+ PAM module as it will need a lot of work to be able to be integrated successfully...

I am experiencing the same and for me the beachballing is caused by `["com.apple.WebKit.WebContent"] = 4.5058789253235` which, as you can see, takes around 4.5 seconds. This webkit process is a...

I can reproduce on ubuntu 22.04 with `6.0.0-1007-oem`.