Rémi Labeyrie
Rémi Labeyrie
It needs a restart for every single setting for me. I have no idea what I'm doing wrong.
Things are working pretty well, but with a few caveats: * The `toggle` function is erratic. Most times, hints don't come back after toggling them back on unless I modify...
That's a fair point. I have a question though: I create a `Writer`, which requires a `Write` argument that implements `std::io::Write`. But if I want to pass that writer around...
Basically, I write a bunch of nodes myself through the event-based API. But then the inner part is serialized through `serde`, so I end up calling `to_writer(ToFmtWrite(writer.inner()))` in the middle...
Yeah I can work on a PR for this, I'll get back to you once it's ready.
I'm having the same issue, on native linux neovim. It *does* grab the binary correctly into `~/.codeium`, but it still hangs after a `:Codeium Auth` command. As far as I...
I should have checked existing PRs before opening #605 😅 Mine seems to be a lot simpler, but maybe it's too generic? I've tested it a bit and it seems...
I see, thanks for the explanation, that makes sense! I wonder, could it be possible to leverage github-actions to automatically build the big version of the files and publish them...
Here's what I came up with: https://github.com/calops/iosevka-comfy With the relevant code here: https://github.com/calops/iosevka-comfy/blob/master/.github/workflows/release.yml It automatically builds the fonts and uploads them as a new release whenever a `release-*` tag is...
I don't know how practical that would be for you, but you could: * Add a link to my repo in the `README` somewhere * Integrate my changes and add...