powellnorma
powellnorma
> Does the same problem occur when mounting the uncompressed TAR with ratarmount? Yes it does. It seems to indeed have to do with sparse data, here are the last...
> If the problem also occurs with the Python test script above for listing the files, then it would become interesting how it behaves for different Python versions if you...
> base64 /dev/urandom | head -c $(( fileSize * 1024 * 1024 )) > "$fileName" Maybe the files also need "genuine" zero blocks? What if instead of base64, one stores...
I did a quick test, basically copying from the ratarmounted .tar.zst the last few files that are not missing and the first files that are missing if not using ignore_zeros=True,...
Tested it, and it solves my issue. Thanks! 👍
> If you prefer, I can cherry-pick it a bit later without the other change, unless you do. IIRC they are intertwined, so probably there will be some conflicts when...
@ndgsa It works great, thank you! I turned your changes into a .diff file, which can be applied via `git apply`: ```diff diff --git a/youtube/yt_data_extract/common.py b/youtube/yt_data_extract/common.py index 785721a..76f7050 100644 ---...
The video itself played fine when the cursor stayed the same. It only happens to stutter/ have short freezes when the cursor icon changed, e.g. to a "press button" icon....
Here is a logfile: https://logs.i3wm.org/logs/6266537128230912.bz2 Each window where it just says `WM_NAME changed to "Visual Studio Code"`, without further updating it, is a misbehaving one. The one with `_NET_WM_NAME changed...
> Why do you receive warnings every 30s? It's so that I don't miss it - The notification contains a link to a custom web app where I can turn...