Linus

Results 18 comments of Linus

The question remains whether there is a point in checking for it. If it's completely normal and very rarely indicates a problem, should the user be alerted at all? If...

https://github.com/mastodon/mastodon/blob/2644a28cb30dfb57b9543dd045657e8ed660876a/app/models/media_attachment.rb#L349 You get this error if the file violates `MAX_VIDEO_MATRIX_LIMIT` set here: https://github.com/mastodon/mastodon/blob/2644a28cb30dfb57b9543dd045657e8ed660876a/app/models/media_attachment.rb#L44 Since this size is enforced by default on all instances, I am guessing that messing with this...

I have no idea why that restriction was put in, but if I had to guess maybe because 4k -> 1080p transcoding can be very compute intensive (since I assume...

I can confirm that there seems to be something wrong with the package in the PPA: ``` # add-apt-repository ppa:zhangsongcui3371/fastfetch # apt update # apt install fastfetch # whereis fastfetch...

Just noting that Debian Bookworm ships with [2.36](https://packages.debian.org/bookworm/libc6), so in its current state I would assume that it's already using a non-expected version of libc. From what I can see,...

``` ╰─ flameshot --version Flameshot v12.1.0 (-) Compiled with Qt 5.15.10 ``` ``` ╰─ cat /etc/lsb-release DISTRIB_ID="ManjaroLinux" DISTRIB_RELEASE="24.0.1" DISTRIB_CODENAME="Wynsdey" DISTRIB_DESCRIPTION="Manjaro Linux" ``` ``` ╰─ sudo pacman -Q xdg-desktop-portal-gnome xdg-desktop-portal-gnome 46.2-1...

I got it to work decently, I think. I set up caddy on the node running `sshx-server` and simply told it to: ``` [vpn-dns]:443 { tls internal reverse_proxy [vpn-ip]:8080 }...

Well that explains why I didn't find anything! It wouldn't really help in this case unfortunately since this environment has no independent CA and no current plans to implement one....

> Adding `--ignore-missing` is a nice improvement, but I don't think switching the example to sha512 is. I've changed the commit to simply replace the filename with `--ignore-missing` instead in...

Fixed author and email in c22c9c525648952105f9ab43948bdd53f885226c