Nicholas Matteo
Nicholas Matteo
On my system, I have an old version of curl (7.15.5.) Running curl --version exits with a status of 2. `eio selfcheck` runs the code (line 38 of util.py) ```python...
Running pypdfocr 0.8.2, it says: ``` WARNING: Could not understand output of pdfimages, please rerun with -d option and file an issue at http://github.com/virantha/pypdfocr/issues ``` So, here I am. The...
I noticed while computing something with PiHex that it disagreed with results from the Python package [pigen](https://pypi.org/project/pigen/). So I compared them both with the file pi_hex_1m.txt downloaded from [pi2e.ch](https://pi2e.ch/blog/2017/03/10/pi-digits-download/). This...
I was fixing some minor problems in the polynomial documentation, when I noticed that `operator / (polynomial, U)` and `operator % (polynomial, U)` were not actually templated on the type...