Damian Senn
Damian Senn
Came here for the same reason as @markedwards, `error` is now always undefined, especially as the first error being matched is always a `5XX`, which usually do not have a...
You should be able to do so via: ```lua require('notify').dismiss { pending = true, silent = true } ``` At least this did the trick for me :)
I also ran into this, the docs seemed to be a bit misleading here. Our case is similar, where only a single page should opt out of the default layout,...
Probably related to https://github.com/emberjs/ember.js/issues/10421
Yeah the gitlab output was a somewhat quick hack as I was working in a project using gitlab, but I never really had time to flesh it out in a...
Similar situation, switching monitor source crashes Hyprland. [hyprlandCrashReport1619.txt](https://github.com/user-attachments/files/16308885/hyprlandCrashReport1619.txt)
Yeah should be pretty straight forward, happy to accept a PR. I'm currently not actively using nor working on the plugin myself.
I have a widescreen monitor which is split into two (two cables etc.) and I observe a similar behavior. https://github.com/user-attachments/assets/6cffcc82-c72a-402d-bc9e-4577a1c58df7 System/Version info ``` Hyprland, built from branch at commit 0c7a7e2d569eeed9d6025f3eef4ea0690d90845d...
Might be good to not just define the background color (or a single color) but a list of colors. Similar to what kitty does with `transparent_background_colors` - https://github.com/kovidgoyal/kitty/issues/7646#issuecomment-2363020183 This, I...
What is the output of running `git config --get remote.origin.url` in the affected repository? :)