Ryan Delaney

Results 150 comments of Ryan Delaney

That sounds like a good topic for a separate issue

I don't actually know if recreate is likely to fix this... basically I'm doing "It didn't work? well, add `sudo` and see what happens"

Yup, using adblocker makes the whole site unusable. #369

I get this all the time with the friendly ghost.

I'm also affected: ```console $ flatpak run com.valvesoftware.Steam bwrap: Can't make symlink at /home/ryan/media: File exists $ ``` ``` F: Trying to replace with tmpfs: /home/ryan/media/audio F: /home/ryan/media is a...

> something along the lines of "don't treat failure to create a symlink as fatal if it already points to the same place we want it to". This sounds like...

I'm also affected. macOS, terminal is kitty. ```console $ docker run -ti fathyb/carbonyl --debug youtube.com [0203/164118.566514:DEBUG:ffi.rs(202)] Terminal size: Size { width: 174, height: 49 } [0203/164118.568392:ERROR:angle_platform_impl.cc(43)] Display.cpp:1014 (initialize): ANGLE Display::initialize...

Thanks to comments in this thread I got this working: ```console $ yt-dlp -o '%(title).200B.%(ext)s' '' ``` Hypothetically, if I wanted to be able to tell which files have truncated...