Dr. Patrick Stinson
Dr. Patrick Stinson
How would that work since each step makes a request to the server?
I suspect this is in the browser. The page won't redraw when it's stuck, and I can't get `model.step()` to freeze in a loop. Plus, `model.step()` doesn't hit any I/O...
C++ python packages are hard to support, but these are linker errors so they should be somewhat straightforward if you understand how the C++ linker works. I will work with...
Two things: I would definitely stick with the correct python version. I would not expect those static python libs to be binary-compatible. I am personally using 3.6 these days but...
I am actually not acquainted with what is out there as my own library has served my high performance midi needs for some time. What about this project isn’t working...
You should be able to make a simple edit the path to the python library in setup.py to get it to work, so long as you are building the extension...
I would also like to set a default schema or search path. A workaround is to run `SET search_path TO `, but it would be great if there was a...
For me, WinSparkle detects and downloads the update properly but then just shows the contents of the downloaded zip file in a temp dir in an explorer window. Is that...
Uploaded 2.5.0 for windows and Mac. Try again? Granted, testing was light.
With this notebook: ``` %load_ext ipython_pytest ``` ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in ----> 1 get_ipython().run_line_magic('load_ext', 'ipython_pytest') 2 3 import sys 4 for i in sys.path: 5...