meldafert

Results 12 comments of meldafert

It might make sense to build against openvpn3, and call it directly: https://github.com/OpenVPN/openvpn3#calling-the-client-api-from-other-languages (Or possibly dynamically link against it) That might make the code more readable and/or performant, as we...

Note that since #876 was fixed, `bit(1)` fields are displayed as `0x00` and `0x01`, which fixes the alignment issue/the columns vanishing with certain pagers. In general, it would still be...

See https://github.com/slgobinath/SafeEyes/pull/553 - now that [ext-idle-notify-v1](https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tree/main/staging/ext-idle-notify) is merged and used by swayidle by default, this should be the proper solution.

Regardless of the outcome of the spec, it should be possible/documented to somehow override this behaviour in `init.lua`. I was able to workaround it by always unsetting it: ```lua vim.api.nvim_create_autocmd("BufEnter",...

I was more arguing along the lines of adding an option like `set formatoptions-=t`, which makes neovim ignore the `max_line_length` editorconfig setting, regardless of whether the spec thinks the default...

@gpanders Yes, something like this would be helpful - but unfortunately, this does not work for me with either 0.9.1 or v0.10.0-dev-535+g8c9dab3e0.

(Actually, it works if I set `require('editorconfig').properties.insert_final_newline = nil`. Thanks for the pointer!)

Yes, it seems that was the problem. Should I report this issue then to xdebug-handler instead?