Mel Bourgeois
Mel Bourgeois
This is interesting... I added a `transition: visibility 0ms linear 500ms` to `.rnc__notification-item` and `visibility: hidden` to my animation exit class. I was expecting to at least hide the element...
Big +1 to this. Here are the gnome-shell errors related to unite when using this theme: ``` Jul 07 09:11:24 mason-pc gnome-shell[3028]: JS ERROR: Extension [email protected]: Error: Expected type interface...
ext-session-lock is now released in [sway 1.8](https://github.com/swaywm/sway/releases/tag/1.8)! Maybe this issue can be closed now?
I tried using `Phase.next_phase_wrapped_to` to accomplish this, but for some reason I could not get any signals created with the offset phase to generate anything but silence. I would love...
@jonahbron yes! the wrapped package can be used interchangeably with the original one, so you can pass it to any option that's expecting a package.
@neiios thank you for testing it! That's an interesting test case since I can't imagine easyeffects benefiting from nixGL. But I could see this potentially affecting other packages with debug...
@neiios can you try again with [680108f](https://github.com/nix-community/home-manager/pull/5355/commits/680108fa274875ddc868fee5f2709b4f424f44db)? Overriding `separateDebugInfo` to false fixed your test case for me!
@jonahbron I don't see any libGL/GLX related errors in those logs, so my guess would be that those packaging issues are unrelated to this change? Especially given that Gtk-CRITICAL errors...
I [posted an implementation](https://github.com/guibou/nixGL/issues/114#issuecomment-1585323281) I've been using to wrap programs with nixGL, which i think could be general enough to be provided as a utility on `lib`, and wouldn't add...
@michaelCTS thank you for creating that PR! you've inspired me to finally put together [my own](https://github.com/nix-community/home-manager/pull/5355) utilizing the wrapper I posted near the top of this issue. I hope there...