fredizzimo
fredizzimo
I opened a Remmina feature request for being able to disable Kerberos. https://gitlab.com/Remmina/Remmina/-/issues/3104
Some more information, by just looking at my callstack and the krb5 code, it's this nameserver lookup called from this that fail https://github.com/krb5/krb5/blob/0a3acc20564e82ba33741248cf25ca4d085d777f/src/lib/krb5/os/locate_kdc.c#L823 My guess is that some parts of...
> * Not supported for `g:`/`l:` since there is no use-case? At least for Neovide there are use cases for `g:`. We would like to have a hierarchy of settings...
We do have some planned options that will be window specific, so then it would be more consistent to use `vim.g` and `vim.w`, unless we use some meta magic of...
That would also work, perhaps not as nicely for the user as our current `let g:neovide_setting_name=value`, or with hierarchy, `let g:neovide.setting.name=value` which also has autocompletion and additionally lets you query...
The core issue is that if https://neovide.dev/configuration.html#macos-option-key-is-meta, is set then it will prefer the `` variation and sent that to Neovim. On keyboards with two alt-keys it can be worked...
While attempting to fix this, I noticed that the Nerd font variant "MonaspiceNe Nerd Font" renders correctly, while the official one "Monaspace Neon" doesn't. So, using that, is a temporary,...
Winit 0.30 is now merged, so this can now be finished in case someone wants to implement this. It should just be a matter of calling https://docs.rs/winit/latest/x86_64-pc-windows-msvc/winit/platform/windows/trait.WindowAttributesExtWindows.html#tymethod.with_system_backdrop
Ligatures are a part of the font, so switching the font is the correct thing to do. Some fonts however need options to disable one or more ligatures, this will...
@9mm, each nerd font is different, you have to check the specific readme for that actual font you are using to see how it's configured and if you can disable...