Results 68 comments of Leo Gaskin

> Would be nice if the progress bar output would switch to something simpler when the program detects it's running in non-interactive mode. Yeah, that does sound like a good...

Whoops, it seems like those CI errors are out of my control... Still, I can confirm that the `ci` script finishes with a exit status of zero on my machine.

@Profpatsch I'd like to ask a (possibly naive) question about this issue. Why is the socket required at all? It seems like the weird interaction with systemd sockets is one...

I would potentially be interested in contributing an implementation of [RFC5544](RFC5544). Is that something the project would benefit from? [RFC5544]: https://datatracker.ietf.org/doc/html/rfc5544.html

@enri1196 That sounds great. If you open a PR or direct me to your fork I'd love to take a look.

There is unfortunately very little I can do about this. Go's image library is not very liberal in what it accepts and will error on broken images even if successful...

The error messages should now contain the offending chapter and image. ``` > go run kojirou.go d7037b2a-874a-4360-8a7b-07f2899152fd -l en -C 80 Title: Mairimashita! Iruma-kun Author: Osamu Nishi Groups: Misfits Scans...

There already seem to be other projects that support saving manga from MangaDex to CBZ, why not use them? Alternatively, as CBZ from my understanding just seems to be a...

In that case, I would recommend you use a downloader that outputs image files, use ImageMagick's [trim](http://www.imagemagick.org/script/command-line-options.php#trim) functionality to automatically crop your images, and then combine them into a ZIP...

Thanks for the nice comments as well as the proof-of-concept! > FWIW, I think a better solution is to find pure Go image decoding library so the resulting distributable binary...