rgaudin
rgaudin
``` urlRewriten: - current_url: https://library.kiwix.org/content/noted.lol_en_all_2024-10/noted.lol/convert-any-website-into-a-zim-file-zimit/ - orig_host: noted.lol - orig_scheme: https - orig_url: https://noted.lol/convert-any-website-into-a-zim-file-zimit/ - prefix: https://library.kiwix.org/content/noted.lol_en_all_2024-10/ - url: https://github.com/openzim/zimit?ref=noted.lol - useRel: false - mod: undefined - doc: undefined -...
There are really two requests in one here. Excluding filetype is easy with existing `--exclude` using path extensions. Excludi ng by detected mimetype could be an addition. The second request...
AFAIK we don't. It's not in libkiwix's XCFramework which only contains a single archive blob and headers… which gets merged into the Kiwix executable binary in the apple app. We...
> * Implement a new Setting for "Dark mode" with three values "Automatic/Enable/Disable". The first one been the default with the value coming from the OS, ant the two last...
If we know it's only when going back to system, can we programmatically move all windows one pixel to update UI? Seems like a rare enough scenario to be acceptable
Your tsv is not filtered on WEBP files ; it contains all entries, including compressed ones (text) and indexes.
``` sum(june._get_entry_by_id(i).get_item().size for i in range(0, june.all_entry_count) if june._get_entry_by_id(i).get_item().mimetype == "image/webp") > 13594704 # 12.96 MiB ```
July WEBP are 24129838 / 23.01 MiB
Not released AFAIK
For the same reason we include it in the sources. It's valuable piece of information that is tied with a specific release. Ideally, library users never have to come to...