vitaly-krugl
vitaly-krugl
Currently, nupic_core_solo is a static library and gets repackaged with the external dependencies into a combined static library that the binaries and Python extensions link to. This change is to:...
PR #1030 added [PREPEND_BOILERPLATE_TO_PYTHON_PROXY_MODULE](https://github.com/numenta/nupic.core/pull/1030/files#diff-95e351a3805a1dafa85bf20b81d086e6R715) to prepend the necessary boilerplate python code and file header from src/nupic/bindings/swig_proxy_preamble.py to the swig-generated python proxy modules. I later learned that this can be accomplished...
I/O errors when saving to files and loading from files must trigger exceptions that users of the code can catch and react to. Users include python nupic clients that access...
Developers trying to build nupic.core for ARM/Raspberry Pi encountered build errors concerning compiler/linker options that are intended only for the Intel architecture and are incompatible with ARM; reference issue #955....
### What do you see as an issue? According to Airflow documentation, it's now possible to run multiple Airflow Schedulers starting with Airflow 2.x. What's not clear from the documentation...
### Subject My application uses the urllib3 Retry class. When the socket connection fails with `ConnectionResetError` during ingestion of response, the Retry doesn't retry it. ### Environment Python 3.9 on...
What about support for Python 3.7?
Please make this a proper python package installable via setup.py with the appropriate dependencies
Please make this a proper python package installable via setup.py with the appropriate dependencies. Also, it would be great to be able to install egcurl directly from pypi. Many thanks!
Hi @twonds, I need to be able to parse and update rabbitmq.config file using python on Travis and AppVeyor builds of the pika open-source RabbitMQ client library. I haven't been...
Running both RabbitMQ 3.5.1 and test app on my recent model development MacBookPro (OS X Yosemite), I encountered unexpected, reproducible performance conundrum: with pubacks=False, synchronous publishing is **consistently slower** than...