benoit74

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

discussion
enhancement
prio3

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

enhancement

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

discussion
enhancement

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

enhancement

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

enhancement

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

discussion
enhancement

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

question
enhancement

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

bug

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

enhancement

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