Daniel Fernandes

Results 41 comments of Daniel Fernandes

I'm very sorry for not thinking about that, but thank you so much for the fix! :) On looking up a bit and with some experimentation, I found this test...

I agree, the current URL handling has quite some side-effects that I didn't see. I think the problem is that it encodes *all* characters by default, and then excludes those...

If anyone else also landed here wanting to prevent this, use the `--notify=false` option. Maybe this should be the default too.

I ran into a similar problem on Windows, and it was because I was using Nushell as my shell. `:set shell=cmd` before doing `:Codeium Auth` worked then.

> You probably want to use the nvim one, I use nushell too: [#277 (comment)](https://github.com/Exafunction/codeium.vim/issues/277#issuecomment-2018599757) Thank you. I did try the nvim version but came back here because I wanted...

Thank you so much @Swiftb0y for the feedback! Preferences for key color palettes is definitely in the plans. I will apply the requested changes and try the item role method.

> Is the draft state still correct or is it ready for final review and tests? Yes, I am not done yet. I still have to read the Key Colors...

I want to read the setting using `ConfigKey("[Config]", "KeyColorsEnabled")` inside `KeyUtils::keyToColor` (if key colors are disabled, return an invalid color). But to do that, I would need access to the...

> Can you share a little more insight on what you're trying to accomplish? I have added a preference setting to enable/disable Key Colors. It is called `KeyColorsEnabled` and I...