Oliver Offing
Oliver Offing
I 100% agree with @wallclockbuilder and would love to see this feature happening. Might even be able to help out with the coding. > It would be a nice customer...
Check out https://github.com/distribyted/distribyted too — solved my problem.
Have we figured out a way to get `logkeys` to work with the Ergodox EZ keyboard? Using a custom keymap, the farthest I could take it is to where it...
Actually, the problem was due to a document being too small. Contents of the file that caused the problem: ``` # FAQs ``` Source: https://github.com/whitead/paper-qa/blob/b94a06e0c668fbf8141cf656f4be846b24fff534/paperqa/docs.py#L109 We should do either one...
I'm doing this until we find a fix: ```python for d in my_docs: try: docs.add(d) except Exception as e: print('Error adding %s: %s' % (d, e)) ```