Patrick Gaskin

Results 386 comments of Patrick Gaskin

Added reload on SIGUSR1: 355b60589106f99a5975f27a945e121f8ebc1353

Because of issues with https://github.com/fsnotify/fsnotify, I may just resort to polling.

I'm probably going to implement this in the next version the way I did in [repogen](https://github.com/geek1011/repogen). https://github.com/geek1011/repogen/blob/80e716da1180b084116410b1c65c98534fab636e/main.go#L75-L133 The reasons why I haven't done it yet is: - I needed to...

Yep, no problem.

For the pdf cover, currently there is no way to extract it (there are no libraries written in go) short of writing a whole pdf rendering library (which would take...

Maybe. I need to look into this more.

Yep. I was thinking of something like that. I'll probably make it call imagemagick if it is present. As for #47, I'm working on it when I have time. I've...

@LiMinggang That looks almost perfect! I'll see how it works later this week.

No, that won't work. It uses PDF.js to render it. Last time I tried, I couldn't get it running in otto (a js runtime for go).

I can probably do this along with #41 when I have the time.