Results 68 comments of Leo Gaskin

Hi! I think you will be glad to hear that such a tool already exists at [tsopeh/mapaki](https://github.com/tsopeh/mapaki). The project also uses my [mobi](https://github.com/leotaku/mobi) library for generating e-books, so if kojirou...

Hi! There are currently no plans to make this application less dependent on MangaDex. I see that you have opened an issue in [mapaki](https://github.com/tsopeh/mapaki) which should have basically the same...

The images are currently re-encoded to JPEG using the default settings of the Go `image/jpg` package. This means they are encoded using a "quality" of 75%. I agree that an...

That's quite an interesting issue. Have you tried switching to landscape mode and maybe back? Does that do anything? You could also try the `--left-to-right` flag. I'm not exactly sure...

Yeah, sorry. I can't really do much about this as I don't have a 5th Gen Kindle to test with. Have you confirmed that Manga/Comic/Picture-Book type e-books from a different...

@tac0tac0tac0 @Dunnymeister If you are still interested in this issue, could you please provide me with your exact Kindle model. Ideally also provide your serial number, which you can find...

A similar problem, albeit related to PNG decoding instead of JPEG appears in #6. As I've written there, there's very little I can do to fix issues like this. Images...

Currently, I would recommend building such a binary using `cargo`. You can run `cargo install livehttpd` and the binary will be installed into `$CARGO_HOME/bin/livehttpd`. Maybe I will consider uploading pre-built...

This is not currently supported and also not really planned. We deliberately do not use any HTML parser/templating library/... to keep complexity and dependency count low. Do you experience any...

Ah, I think users previously have experienced a similar issue in #2. My comment in #3 shows an example of how to fix it with HTMX specifically. I am only...