Michal Čihař

Results 744 comments of Michal Čihař

Another bit which is missing is at least `called_directly=False`, otherwise `retry` will not attempt to retry...

I guess that's reason why https://packagist.org/packages/j0k3r/graby-site-config exists...

Quoting from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841644#32: > My limited[1] knowledge on this matter makes me thing that templates > are completely out, so the headers/code would have to include > explicitly what it...

I've created a workflow to build and publish the docs based on the script which used to run on my server - https://github.com/nijel/enca/blob/master/.github/workflows/docs.yml The docs still needs fixes to make...

I somehow can not reproduce this: ``` console $ enca -m /tmp/123.txt unknown $ echo $? 1 ``` What enca version are you using?

Hmm, that's strange. On what platform is that? I've fixed some minor issues in the return codes handling, but I don't think these will fix it for you.

Can you use gdb to see process_file return value?

Quoting documentation > --without-libiconv-prefix don't search for libiconv in includedir and libdir So it works as expected, it just removes search in some directories. As you probably have iconv embedded...

It does indeed still check for the program, but the `--disable-gtk-doc` removes generation of the docs in Makefiles. Indeed the check is not needed in such case.

That's intentional - the documentation is always there, this just defines whether you want to build it (help says "use gtk-doc to build documentation"). Anyway feel free to submit patches...