Results 27 issues of Sujal Gurung

I'm guessing that I'll have to uninstall the pacman version & clone this repo or the suckless one to apply patches?

In Emacs, I'm using the below bit of code to get notifications for my agenda tasks. Notifications don't show when glaze is running. Might be something to do with how...

When galzewm is started, icons in the windows tray no longer update. For example: in the screenshots below, my laptop was plugged in when starting glaze. *I am using [percentage](https://github.com/soleon/Percentage?tab=readme-ov-file)...

### Validations - [X] Follow our [Code of Conduct](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CODE_OF_CONDUCT.md) - [X] Read the [Contributing Guide](https://eslint.style/contribute/guide). - [X] Check that there isn't already an issue that reports the same bug to...

Under the `/ideas` filter, there's one entry linking to https://olano.dev/blog/tags#ideas and another to https://olano.dev/blog/tags (without the #ideas so it's the wrong link)

I swear this is not for Hacktoberfest lol. Was just going through your blog posts

Hello, seems the 2 articles under [AI](https://til.bhupesh.me/#artificial-intelligence) have broken links like so: - https://github.com/github.com/Bhupesh-V/til/blob/master/Artificial%20Intelligence/fundamentals-of-llms.md - https://github.com/github.com/Bhupesh-V/til/blob/master/Artificial%20Intelligence/retrieval-augmented-generative-rag.md

When copying text from pdfs and pasting it, newline characters don't seem to get copied i.e. the text shows up as a single line. On version 2.0.0. Also, the --version...

Seems the egui devs changed the link in their docs for the Frame struct. Old one doesn't work so replaced it with the proper one.

1) A class that uses css variables as arbitrary values like `bg-[--my-color]` has the following css: `background: var(--my-color);`. [Tailwind docs](https://tailwindcss.com/docs/adding-custom-styles#using-arbitrary-values:~:text=When%20using%20a%20CSS%20variable) But the converter converts it to `background: --my-color;` 2) Prefixing...