svabra
svabra
**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** Simply extend Cryptofeed/BITTREX to BALANCES and ORDERS, since it is available now. **Describe alternatives...
### Description of code - what bug does this fix / what feature does this add? - [x] - Tested - [x] - Changelog updated - [ ] - Tests...
Problem Statement One can load modules in Redis. Some often used ones are: Redis TimeSeries, Redis Search, Redis JSON. Also, it is unclear what image of Redis is used. To...
ARCHITECTURE ANTI-PATTERN Declaring a datasource with the model is tightly coupling the two. Here an example of the Meta class added to a JsonModel/HashModel ``` REDIS_DATA_URL = os.environ.get("REDIS_OM_URL", 'redis://localhost:6380') [..]...
**Is your feature request related to a problem? Please describe.** It is undocumented/falsely documented on how to make/build the the oss-module.so for distributed search (resp. secondary index sync). https://github.com/RediSearch/RediSearch/tree/master/coord e.g....
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
Line 42 in _transport.py can be modified to remove the `loop=self.ws_loop` argument, which make the code fail in Python 3.10.
Hi Markus I was about to program the serializers myself. But why not merge it into your project? Will you accept PRs?