John Lin

Results 22 comments of John Lin

Hi @nolar, I have 2 handlers, one for creation of the CRD, and another for deletion. The handler for deletion is rather simple: ```python # controller.py @kopf.on.delete('johnlinp.com', 'v1', 'FooResource') def...

I don't think @antweb's proposed fix is a general fix. It will work on @antweb's example because the enum values (i.e. `Cat`, `Dog`, `Lizard`) are exactly the same with the...

Some issues were pointed out in https://github.com/johnlinp/pdf-to-markdown/issues/17#issuecomment-509132956

Hi @nidhi-wgl, According to @nella17's PR (#22), we can see that simply removing the `.encode('utf8')` part should work. Please see https://github.com/johnlinp/pdf-to-markdown/pull/22/commits/6791abf93da7c2aa79ab3e7cd4ae87957bcae271. Thanks @nella17!

Hmm, I am considering publishing to `pip`, what do you say?

Why do you need AUR when you can install from `pip`?

Does your pdf file contains non-English characters? Like "你", "й", "선"?