benoit74
benoit74
This issue serves as a checklist for the release event. - [x] Secure the CI is green on git `main` - [x] Check that dependencies ranges are ok, upgrade if...
https://github.com/openzim/python-scraperlib/pull/128 has shown that there is some code qa / typing issues that have to be fixed but will ultimately lead to a breaking change in term of API, hence...
This issue serves as a checklist for the release event. - [ ] Secure the CI is green on git `main` - [ ] Check that dependencies ranges are ok,...
Currently, for i18n we rely directly on system locale. We should depend on and use an external locale-data such as what [Babel](https://github.com/python-babel/babel) does. This would provide a real support for...
Currently, we rely on various objects in scraperlib to: - create the ZIM - re-encode videos and images - cache these assets on the optimization cache We might consider to...
[PEP585](https://peps.python.org/pep-0585/) introduced support for the generics syntax in all standard collections currently available in the `typing` module. At the same time, it deprecated the use of `typing` for all these...
Zimfarm recipe: https://farm.openzim.org/recipes/encyclopediaofmath.org_en_all Zim-request details: https://github.com/openzim/zim-requests/issues/964#issuecomment-2124736481 Log: ``` [error] [2024-05-22T12:56:44.462Z] Failed to run mwoffliner after [18s]: { "stack": "Error: Input buffer contains unsupported image format", "message": "Input buffer contains unsupported...
Currently, disk size assigned to each workers is not much used AFAIK. However, the disk size configured in zimfarm.config is displayed in the UI. Would be great to at least...
Youtube offliner definition update (new flag + remove playlist mode) + fix TED offliner definition
Fix #878 ## Changes - add new `long_description` field to youtube offliner definition - fix field type of TED `long_description` (was `String` instead of `LongString`) - remove all "playlist-mode" youtube...
Documentation at https://github.com/openzim/mwoffliner/wiki/Frequently-Asked-Questions seems to speak about CLI parameters which do not yet exists in the Zimfarm, making it particularly difficult to use for our editors. Could we fix this...