benoit74
benoit74
This is a follow-up to https://github.com/openzim/zimfarm/pull/1266 This is a placeholder for now, I don't know what we would like to display and where.
Currently, "Toggle" settings like "Status" do no occupy same vertical space than other settings This causes UI to be a bit awkward. We should find a solution so that all...
Currently, the scheduler automatically request tasks at the configured interval. However, these tasks might fail. When they do, the scheduler will not request the task again until the configured interval...
Currently, when a new ZIM is requested and someone starts working on it, updating the Github issue and following things is manual, time-consuming and error prone. Problems are: - one...
When a task is failing or cancelled (probably due to something failing), we expect someone checks what happened. Currently, this is done in Github issues which is far away from...
We could refine scheduling for following scenario. When we have a requested task with significant resources (CPU/disk/mem) required, it might happen this task is never scheduled because it would require...
Currently, workers are polling the API for new tasks to start. This has the consequence that we have significant traffic to the API linked to this polling. It is a...
Sample HTML: ``` <img src="http://acme.com"> ``` Zimcheck result: ```bash > zimcheck ./tests_en_zimcheck-issue_2025-12.zim [INFO] Checking zim file ./tests_en_zimcheck-issue_2025-12.zim [INFO] Zimcheck version is 3.6.0 [INFO] Verifying ZIM-archive structure integrity... [INFO] Avoiding redundant...
As mentioned by @rgaudin in https://github.com/openzim/mwoffliner/issues/2470, it seems that all known/expected metadata (but illustrations) should have `text/plain` or `text/plain;charset=UTF-8` mimetype. It looks like zimcheck is not checking this at all....
https://github.com/openzim/libzim/pull/950 moved some settings from env parameters to CPP exposed settings. This has been released in libzim 9.3.0. https://github.com/openzim/libzim/pull/960, https://github.com/openzim/libzim/pull/974, https://github.com/openzim/libzim/pull/975 and https://github.com/openzim/libzim/pull/982 pushed this further by allowing to configure...