Celogeek
Celogeek
something like this: https://github.com/celogeek/layerdisplay/commit/67d933a2abf477340d0c716aab73ce9a3a028e34
yeah. in fact it would be better to patch octoprint. for example add 2 new thing: file_completion, time_completion. Then let "completion" untouch, or may be deprecate it.
I've done some test with local conversion. I create an epub from my comic, which resolution is ...x3031 (3031 height). The size is 245M I also create an epub from...
After fixing my converter call, with "dont_append_source" (thx @darodi ), both endup with similar size. The big difference is the time of conversion. For the 1920 resolution, it's few seconds,...
The module seems to generate an older version of AZW3. So even the format has versioning. I haven't found an obvious way to transform an ePub to AZW3 in the...
Is they a way to create KFX from Epub with a tools from amazon ? or third party tools ? may be calibre ? is that accurate ? does it...
KFX support larger image ?
Also a good option could be --retry-forever So if we can't get the lock, we retry until we got it. We have made automatic injection system, that grep the error...
can we set PINTO_LOCKFILE_TIMEOUT=-1 or =0 mean forever ? The forever is more because we have numerous to work on pinto, and it has no queue for processing. So trying...
First of all, thanks a million, it solved my problem I give you how I do it automatically: on my docker-compose.yml ``` version: '2.4' networks: wg: driver: bridge enable_ipv6: true...