RoloEdits

Results 150 comments of RoloEdits

Here is a minimal setup to reproduce. Using zig 0.13 and zls 0.13. ```zig const std = @import("std"); const fs = @import("std").fs; pub fn main() !void { const real_path =...

I'm unsure if I implemented the change in full completeness, as the exiting logic is kind of hard to understand. When trying the commands in the editor, this worked fine:...

Also to note: https://github.blog/2024-06-03-arm64-on-github-actions-powering-faster-more-efficient-build-systems/ The very bottom: > These runners are available to our customers on our GitHub Team and Enterprise Cloud plans. **We expect to begin offering Arm runners...

This follows the neovim theme one-for-one as far as I can tell. `helix:` ```toml [palette] black = "#232a2d" "ui.selection" = { bg = "black" } "ui.selection.primary" = { bg =...

I don't use the theme, but the main issue seems to be the selection color, and how it interacts with the cursor line highlight and the comment color. Using `black-light`...

If I recall correctly, `imp const`, or I guess `impl ~const`, was removed in an effort with a new RFC? Not sure that should be a thing in a grammar...

I can get a pr for this pretty quick, but just need to know the exact behavior. Should at least one newline always exist? Or no mater what remove a...