benoit74

Results 370 issues of 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...

task

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...

enhancement

This issue serves as a checklist for the release event. - [ ] Secure the CI is green on git `main` - [ ] Check that dependencies ranges are ok,...

task

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...

enhancement

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...

enhancement
question

[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...

enhancement
good first issue

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...

bug
question

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...

enhancement

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...

documentation