Stephan

Results 10 comments of Stephan

Messages to the client should also be ratelimited; depending on the browser/device, the tab freezes when receiving many messages

It usually happens to me when loading the page on my phone. Don't think it's _that many_ channels, about ~25 channels and ~40 queries. It also happens to my pc...

``` pi@virgil:~/build/aria2 $ docker build -t aria2-armhf -f Dockerfile.aarch . Sending build context to Docker daemon 10.57MB Step 1/7 : FROM busybox ---> 076f0534356f Step 2/7 : MAINTAINER Ryan Lieu...

Has someone gotten the `since` parameter in the `History()` call working? I get the following if I put it in a variable: ``` Unhandled exception. Octokit.GraphQL.Core.Deserializers.ResponseDeserializerException: Type mismatch on variable...

Hey :) Sorry, I didn't see the notification for this. I don't think that's possible, unless eskom reliably provides that information on a website. This API is more just meant...

In-case this helps someone, I had the same, and "solved" this by rebooting, instead of switching nix profiles. https://github.com/hyprwm/Hyprland/issues/6910#issuecomment-2256672652

I had the exact same issue, spent about 9 hours debugging and searching online. Turns out, for me at least, that `switch`-ing nix profiles doesn't play nicely with hyprland. Once...

@jeikashu sorry, I meant `nixos-rebuild switch` alone didn't work. I rebooted afterwards and it did. You're welcome to look at my config to see if there's maybe something different from...

@jeikashu only other thing I can think of, is that I ran `sudo nix-collect-garbage -d` not too long before I made that comment.

Maybe _make sure_ you're using `inputs.hyprland.homeManagerModules.default` home manager module, and `inputs.hyprland.nixosModules.default` nixos module, since they setup some stuff iirc as well