Aryeh Leib Taurog
Aryeh Leib Taurog
This project seems to be inactive. I’m curious what the current approach is for using spark with eta lang, and what, if any, other tools are available for data science...
I am getting the following traceback, apparently from the background document index creation thread: ``` Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner...
I’d like to see a way to disable autocomplete altogether, not just smart autocomplete (as discussed in #158 and #162). I found that setting the `PromptSession` parameter `complete_while_typing=False` does the...
This is a very interesting project. What are the security benefits of conversion to images, say with `-sDEVICE=jpeg` over simple redistillation with `-sDEVICE=pdfwrite`? Could the output of the latter process...
Pullpreview seems to be creating an empty github deployment environment for each PR. This makes managing real environments rather difficult. What is the purpose and how can we prevent it...
Thanks for compiling this list! I learned quite a lot here. For static and runtime type checking, have you had a look at mypy and pydantic? I didn’t follow the...
### What was wrong? coveralls reporter was working with pytest-cov out of the box, but seems to have stopped I tried pinning `coverage` and `pytest-cov` to last working version, but...
I have a python project using coverage.py, reporting to coveralls. There is a big discrepancy: coverage.py [reports coverage of 96%](https://github.com/altaurog/pgcopy/actions/runs/8602391600/job/23571855578#step:5:61) coveralls [reports coverage of 83%](https://coveralls.io/builds/66780582). Drilling down, the obvious difference...