Yihang "Corvo" Liu
Yihang "Corvo" Liu
Well, I don't know what exactly should this macro look like because in genral lisps' don't have ADT. Therefore I don't know what the syntax should look like. I post...
Looks like we can do this but users still have to link against libpcre manually which is not ideal. Related: https://github.com/ziglang/zig/issues/16172 Hence I suggest wait until zig has this feature....
I don't know if that matters but I use Hyprland WM rather than a Desktop Environment ``` Hyprland, built from branch main at commit e4e84064f2d07810e0c150bce1369a0a00503e9a (xdg-activation: keep tokens after the...
Looks like that was it, I just login to gnome and provides my password, thorium can display password from then on. Is there an option that I can use to...
Hyprland is on Wayland, what do you mean?
Didn't get it. I didn't tweak anything on X11 or Wayland itself.
I want to mention that neovim has [a long-standing issue](https://github.com/neovim/neovim/issues/18282) where concealer doesn't combo well with line wrap. This can't be resolved as the architecture is not desigend well in...
Hello, I would like to help with this. I'm on crystal 1.14.0, LLVM: 18.1.8 with crystalline built from 4bac6805fd80a53887bd38628c8ec9b49a9b86bc Here's what I have with LSPInfo:  As for LSP log...
Also there's even more weird behavior as this LSP delete some of my code on save when save-on-format is enabled with some other plugins on neovim.
Here's a tmp fix so I can see linting, I'm still having issues with auto formatting/auto completion , though. ```lua lspconfig.crystalline.setup { cmd = { "crystalline", "--stdio" }, } ```