Martin

Results 351 comments of Martin
trafficstars

APNG is being enshrined in core PNG standard in the Third Edition. https://github.com/w3c/PNG-spec/blob/main/Third_Edition_Explainer.md It does not seem even current Qt 6.6 has any support for APNG, just PNG and always...

Works fine here on Linux with nomacs 3.17.2287, can you still reproduce your issue? As a side note, your image can be cut down by 55% in filesize with the...

Linked image in question is no longer accessible

That to me loads about 40% in(rest is black), consuming 37GB RAM and 100% of one thread. `[INFO] [Basic Loader] "hugetest.png" loaded in 01:07` Sounds like nomacs might be possibly...

If you mind your repository package is out of date, package a newer version yourself or use a third party repository, it's not in the scope of the role to...

Sorry, got to testing it only now. It seems to work very sporadically (only a handful of my checklist items have it) and upon opening to edit them, they lose...

```javascript Exception while invoking method 'importBoard' ReferenceError: Attachment is not defined at models/wekanCreator.js:476:13 at Array.forEach () at models/wekanCreator.js:451:21 at Array.forEach () at WekanCreator.createCards (models/wekanCreator.js:323:16) at WekanCreator.create (models/wekanCreator.js:919:10) at MethodInvocation.importBoard (models/import.js:35:20)...

No problem, did it myself. ```bash docker exec -it wekan-app bash sed -i -e 's|Attachment\.load|//|g' -e 's|Attachment\.write|//|g' /build/programs/server/app/app.js exit docker compose restart ``` Import then works, throwing away attachments.

Docker 7.44 WeKan and Chromium. This happens when the Swimlane has a Board with Cards that span more than the current Swimlane height. If it has LESS height, it gives...