June

Results 89 comments of June

I also think this would be really useful. One could use a hashmap but then you'd have to `.unwrap()` every time you `.get` a value even if you know that...

Oh my god, I feel a bit foolish now - when I pulled up your version last time, github showed me no changes from its parent repo for some reason...

So it looks like it does only reproduce after 6999be9ab0d851d0b3b34bd311712c27887721f1, but also only happens when I save from neovim. If I do `echo a > test.typ` while watching test.typ, or...

Ah, yes - if I run `:set backupcopy=yes` in neovim (per [this stackoverflow question](https://vi.stackexchange.com/questions/32973/how-can-i-stop-vim-from-moving-deleting-a-file-just-before-saving)), I don't run into this issue anymore.

Just realized, this should fix #299

@chaosprint I'd love to take a shot at this, if you're not planning on doing it soon. I also think this could be useful in implementing more robust docs, as...

So I'm still working on this (I've got the ast parsing in `glicol_parser` done, I'm trying to integrate it with the main crate now), and running into some issues with...

I tried to implement this over the last week or so, you can find it here: https://github.com/itsjunetime/tree-sitter-glicol It's definitely not perfect (it has small errors on basically every file I...

> @itsjunetime Can you share the problematic output of hyprctl clients -j? It's looking like this may actually be a weird shell variable issue, not a problem with hyprland. Specifically,...

I got this to run on fedora - `libxdo-devel` should be available via the system repo, and installing that got it all to build for me. I'll try to file...