Mahmoud 🦀
Mahmoud 🦀
edit: I wasn't aware of how that `Reactive` descriptor works. Now, I am familiar with how it works. I think it is worth allowing programmers to have control over the...
Hey there, It would be nice to add support for restructured text. However, If you don't have enough time, I am happy to work on it and create a separate...
Hey there, I have just stumbled upon this wonderful project, and I think it would be nice to add support for changing colors using some extra URL parameters. ```sh starchart.cc/caarlos0/starcharts.svg?background="dark"&axis="white"&line="blue"...
Related to #261 & #254 The query is working, the only issue is that the `await model.save()` call returns the values stored in Redis, i also need to apply this...
Related to #251 Only 2 tests cases failed: ```sh =========================== short test summary info ============================ FAILED tests/test_hash_model.py::test_exact_match_queries - TypeError: argume... FAILED tests_sync/test_hash_model.py::test_exact_match_queries - TypeError: a... ======================== 2 failed, 140 passed...
Related to #283 Implemented as described [here](https://github.com/RediSearch/redisearch-getting-started/blob/master/docs/007-query-movies.md#count). I think I forget to implement the second one with `FILTER`. It seems like we don't have to pass `FILTER` in args cause...
`save` and `find` are now `async` functions on the main branch, and not the release version. So, we should provide a FastApi app kinda examples before releasing a new version....
The following steps were performed: - Removed unnecessary `keys` method call. - Replaced the `filter` method with a list comprehension to increase readability. - ~~Replaced old python2 methods with their...
Usually, I run the following command to get the package version: ```sh python3 -c 'from redis_om import __version__; print(__version__)' ``` However, the `__init__` file doesn't have an entry for this...