Erik Karlsson

Results 3 comments of Erik Karlsson

Here is the paper on Pika parsing: https://arxiv.org/abs/2005.06444 Reference implementation: https://github.com/lukehutch/pikaparser

https://github.com/OpenPrinting/pycups/blob/master/cupsconnection.c#L5015 should be changed to `"addPrinter(name, filename=None, ppdname=None, info=None, location=None, device=None, ppd=None) -> None\n\n"`. I have a fix at work, and I will create a pull request when I get...

install `ddgs` instead of `duckduckgo_search` and change the `from duckduckgo_search import DDGS` to `from ddgs import DDGS`. If you've been hitting the rate limit, make sure to wait a day...