Caleb Allen
Caleb Allen
> I think you may have a specialized method somewhere locally? Oh, you're right. I'm about to board a flight, I'll try to get that into this PR soon though....
Alright, I've made a fork of Neovim.jl with my changes, try to `dev` it and see if that fixes the issues. https://github.com/caleb-allen/Neovim.jl Probably worth making a PR later on, once...
The majority of the relevant code in the PR is in nvim.jl; the majority of the package code is bypassed. You can also ignore/delete any commented code.
I should mention, the PR is not yet merged in wlroots, it is taking an approach from [an xserver PR](https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/111) which also has not been merged.
Alright, I gave it a shot yesterday but was having some build issues. I may give it another go at some point if I get the time, but if not...
The changes on `xwayland-scale-factor` seem to be working! I realize that my build had worked just fine, but I was calling the `wayfire` binary directly instead of using the `startwayfire`...
@blegat do you happen to still have the files from your attempt on hand? if you put a PR draft up I'd be interested in picking up where you left...
For what it's worth, the parser which is now the default in Julia, [JuliaSyntax.jl](https://github.com/JuliaLang/JuliaSyntax.jl), does not parameterize nodes for performance reasons From the [documentation](https://julialang.github.io/JuliaSyntax.jl/dev/api/#JuliaSyntax.Kind) about the `Kind` struct (emphasis added)...
A possible implementation of this would be a mark dictionary (persisted with Preferences.jl) where the dictionary's key is the mark's name (the keyboard key) and the value is the date/timestamp...
Issue is present back to 1.11.0: https://github.com/caleb-allen/VimBindings.jl/actions/runs/13114394836/job/36585393269#step:6:282