ᎠᎡ. Ѕϵrgϵ Ѵictor

Results 48 issues of ᎠᎡ. Ѕϵrgϵ Ѵictor

this example script ``` #!/bin/sh WALLPAPER_DIR="${HOME}/Pictures/wallpapers" OLDIFS=$IFS IFS=$'\n' for wallpaper in $(hyprctl hyprpaper listloaded); do hyprctl hyprpaper unload "$wallpaper" done IFS=$OLDIFS for display in $(hyprctl monitors | grep "Monitor" |...

It's not clear to me what exactly is measured in the network traffic... According to https://pkg.go.dev/github.com/shirou/gopsutil/[email protected]/net#IOCountersStat there should be an interface specified in the query, but i do not see...

### Checklist - [x] I have filled out the template to the best of my ability. - [x] This only contains 1 feature request (if you have multiple feature requests,...

``` 122.0 Compiling tempfile v3.6.0 122.0 error[E0282]: type annotations needed for `Box` 122.0 --> /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.22/src/format_description/parse/mod.rs:83:9 122.0 | 122.0 83 | let items = format_items 122.0 | ^^^^^ 122.0 ... 122.0...

I'm trying to connect to an SSL protected server with a certificate issued by a private CA and its certs available in the system. I am getting: ```redis.exceptions.ConnectionError: Error while...

Prisma is dead, any chance to move the project into something maintained?

### Are you following the right branch? - [x] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [x] I have...

bug
triage

**Describe the bug** 🐛 After solving hcaptcha, I can see in debug logs "captcha:Validate invalid method: GET" and page with captcha arrives again to be solved. I browsed all past...