Results 13 comments of Pierre Gouthéraud

Try setting native element instead of jquery element. Worked for me. ``` javascript var item = $('.clampThis'); $clamp(item[0], { clamp: 1 }); ```

Any news about this? I am getting `[Comment.nvim] nill` message when using this branch.

@kbrgl Any news on this?

I am also experiencing this flickering cursor issue in Neovim (0.10.0) only when using zellij (version 0.41.0) and not when using Tmux. This problem occurs in both Kitty and Alacritty...

Hello @imsnif Thank you for your answer! I understand that we are not really helpful and I am sorry it is frustrating. That said, Neovim is quite a popular tool...

Just so you know I posted an issue on `neovim` since you seem to think that its an issue on their implementation. https://github.com/neovim/neovim/issues/29427 I will let you know.

I manage to reproduce the issue with this minimal neovim configuration: ```lua -- minimal.lua file function open_floating_window() -- Get the current buffer handle local buf = vim.api.nvim_create_buf(false, true) -- Define...

@imsnif And when you spam "f" the cursor isn't blinking at all? `Kitty 0.35.1` and `Alacritty 0.14.0-dev` next to each other: https://github.com/zellij-org/zellij/assets/1341781/a81bdb0b-9f9d-4a17-a7cf-8fea5c25203a

Thank you very much @imsnif, zellij is awesome.