shaunsingh

Results 183 comments of shaunsingh

Thanks, I don't know much c++ but I would love to take a look at it if someone could point me in the right direction Right now I use https://github.com/Lauryy06/Upsilon,...

Thanks for bringing this to my attention, I'll take a look BTW, does this cause an issues I should be aware of?

The font works for me in foot and alacritty but doesn't work in kitty as you two have experienced Seems like either the ligature or nerd font parser stripped a...

I personally don't mind waiting till a release either, but personally how I use sway-borders is with nix (nix-flakes). With most packages, nix has a feature where you can match...

Yeah, just deleted my message, didn't realize I was posting in this repo. macosicons.com has the templete, From there its just a matter of inserting the image and exporting

I can't run gcc-11 as I'm using macOS 13, which throws an `ld` error under gcc-11, so I've installed gcc-12 Running `CC=gcc-12 nvim` and getting this error: ``` nvim-treesitter[norg]: Error...

@vhyrro Clang fails altogether with the same error as the first comment above (here: https://github.com/nvim-neorg/tree-sitter-norg/issues/7#issue-984407917).

Thanks for the fix! my macOS gives an error that 13.4 is to old a version for macOS 13, probably explains why macOS 13 gives an error as well but...

I would be interested in working on this, it would go well with https://github.com/WillPower3309/swayfx/issues/97. Would it make sense to go the same route? Using images to draw the decorations.

Was there any update on this, `TSInstall` and `TSInstallSync` still require a `sleep` to work in headless mode