Results 25 issues of James Bowery

I'm getting compile errors under Debian (Stretch) and Ubuntu 18.04 systems: ``` g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DHAVE_SSE2 -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I. -I../../../anaconda3/include/qt...

The below error appeared in https://github.com/abr/neurips2019/blob/master/experiments/psMNIST-phased-lstm.ipynb [This has been reported as a keras issue with a suggested workaround.](https://github.com/keras-team/keras/issues/13540#issuecomment-554213632) that may be applied in [PhasedLSTM-Keras](https://github.com/fferroni/PhasedLSTM-Keras/issues). ``` --------------------------------------------------------------------------- TypeError Traceback (most recent...

Part of the reason it's important to have off-hours API testing is the lack of clarity in both the API documentation and the API code comments. An example is the...

https://sites.google.com/site/narswang/home 404's

As a low-effort test of the ORELM, I substituted for NYC Taxi traffic, the attached ramp function from 0 to 20000 in increments of 10000, backed up the `nyc_taxi.csv` and...

Occasionally, I get this exception while submitting an order but am not changing the order type. ``` requests.exceptions.HTTPError: 422 Client Error: Unprocessable Entity for url: https://paper-api.alpaca.markets/v2/orders ... alpaca_trade_api.rest.APIError: invalid order...

`conda install keras` is failing with this message: ``` C:\Users\jabowery>CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\..\..\VC\vcvarsall.bat" amd64 '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\..\..\VC\vcvarsall.bat"' is not recognized as an internal or...

LMU hasn't received the attention due it since it's introduction. Nor has Nengo's spiking approach received due attention. IMHO, ABR's priorities have gotten the spiking cart before the LMU horse....

Please move: `torch.savebf.state.dict(), name)` to between the lines: ``` rewards, average, d, h, loss = run_upside_down(max_episodes=200) plt.figure(figsize=(15,8)) ``` I just lost the results of a 4 day experimental run due...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Some filled orders are not being returned by the `list_orders` method....