msarm
msarm
> Same occurs when I perform a POST http://localhost:5001/api/v1/user/add HTTP/1.1 > Content-Type: application/json > > { > "firstname":"sample" > } Any chance, you were able to resolve this issue?
Same issue ``` \.venv\lib\site-packages\ta\trend.py:543: RuntimeWarning: invalid value encountered in double_scalars dip[i] = 100 * (self._dip[i]/self._trs[i]) \.venv\lib\site-packages\ta\trend.py:547: RuntimeWarning: invalid value encountered in double_scalars din[i] = 100 * (self._din[i]/self._trs[i]) ```
> You need to install unixODBC. Please, read the documentation: https://github.com/mkleehammer/pyodbc/wiki/Building-pyodbc-from-source I don't see any documentation from your link that talks about the installation of unixODBC specific for Apple Silicon/M1...
it works now. Need to run with different samples.
@simonprickett - That's a nice finding, it stores as a date string based on the locale settings. Yes, as you called out for any date range queries it is good...
Just to be clear, this issue exist for other data types as well (like datetime, float, etc). Here sample code to replicate this issue: ``` import datetime from datetime import...
@MohanSai1997 - Were you able to make any progress setting up the HA instance?
> > @MohanSai1997 - Were you able to make any progress setting up the HA instance? > > This project is SUNSET. Please refer README.md file Ohh yeah, I see...
In the [Version 0.1.0](https://github.com/redis/redis-om-python/releases/tag/v0.1.0), the below change was made and causing this issue.