Henrik Ahlgren
Henrik Ahlgren
**Is your feature request related to a problem? Please describe.** Running a program talking over the internet as root is a security risk and not considered best practice. **Describe the...
sys.version_info named component attributes were added in 2.7.
This is an attempt to fix #332 in a simple manner (not using anything fancy like urllib3.Retry). I think it should improve d/l performance significantly on datasets with large amounts...
In certain use cases, it would be useful to be able to record when a tar file (out of many) has been fully consumed by `tariterators.tar_file_expander`. For local files, it...
After installing and enabling the extension (and restarting the GNOME session), I still get the standard (and sadly, almost useless) stock GNOME OSK. If I toggle "Show statusbar icon" in...
Previously, video2dataset would create and download distribution.process_count shards at a time. So if I had 10 processes and, say, 32 threads configured, it would create ten .tar and .parquet files,...
After some recent change (Perhaps e7a4591 "Clipping subsampler refactor (#275)"?), some downloads fail with "list index out of range" type error. Not sure how they different from the normal "failed_to_subsample"...
If YoutubeDL fails to fully download a video, often times it leaves .part and .part-FragNN files around in the tmp directory. For large datasets, these can consume a significant amount...
.json metadata and .txt caption files are written to webdataset tarballs even if actual video downloading fails (at least with IncompleteRead exception). This behavior is different from img2dataset, where metadata...
Silence most low-hanging-fruit byte compilation warnings. https://gist.github.com/pabl0/b48d221ab50914dc1cbf1196efca82d6 I think these might be real issues needing fixing? **Emacs 29.4:** ``` gptel-rewrite.el:522:10: Warning: ‘gptel--suffix-rewrite’ is for interactive use only. gptel-rewrite.el:529:10: Warning: ‘gptel--suffix-rewrite’...