Sergei Zimmerman
Sergei Zimmerman
I would love to have such a feature as well. It's a pain to have to wrangle with imports because it's impossible to get stylix not to set a ton...
I'm also able to reproduce this bug with a similar configuration with exactly 2048M of RAM. Boot log with `loglevel=7` confirms that this is the exact same problem with ACPI:...
This works reasonably well for me. Without using `hyprctl` the cursor works fine for `xwayland` apps, but native apps have incorrect size set. Unfortunately there's a small hiccup when hyprland...
The cursor package is correct, but the size is not. Not in all cases anyway. For example, when hovering over the firefox (as far as I can tell it's running...
> Maybe [my Wayland setup](https://github.com/trueNAHO/dotfiles/commit/fbfc934658a649e449933d363c37228e599817e9) causes the cursor to be applied? No, this does not seem to help.
> > Although my setup for wayland does not have `QT_QPA_PLATFORM=wayland`. > > What about [`QT_QPA_PLATFORM "wayland;xcb"`](https://wiki.archlinux.org/title/wayland#Qt)? I did try your home.sessionVariables verbatim with `QT_QPA_PLATFORM = "wayland;xcb"` and I still...
I've taken a quick glance at the issue in lldb with address sanitizer. I can reproduce this on top of trunk (26c3fc11eada3fa7df0284190095868a947fefe2). Here's the call stack with debug build: ```...
This gives me a strong feeling of Deja Vu with an issue I've tackled in https://github.com/NixOS/nix/pull/10341. The original problem I've had was also with minio but with a reverse proxy...
@ConnorBaker hopefully this https://github.com/NixOS/nix/pull/13219 can get the ball rolling once again. @Mic92 please check that the API I provided in that PR is enough to accomplish what is necessary here.
I've also taken the liberty to rebase this patch on top of the proposed `EvalProfiler` (as a technical POC) and added more information (primop name and lambda name) https://github.com/NixOS/nix/pull/13220. Feel...