Gustavo José de Sousa

Results 18 issues of Gustavo José de Sousa

### Describe the bug The function `aioredis.from_url()` is not type-annotated and that causes checks with `mypy --strict` to fail in user code. ### To Reproduce 1. Create a file (e.g....

bug

Hi there. Currently, for self-hosting `asciinema-player`, we are supposed to include the javascript and css file using the `` and `` tags, respectively. While that works, I believe that the...

## Detailed Description It would be nice if there was a way to define variables to be used in different stages of the pipeline. They would differ from mongo's notion...

Hi there! This PR does the following: - Adds a helper function (`to_hashable()`) to allow us to better support equality checks and have document data in a hashable format. Such...

Hi there! This PR adds support for usage of aggregation pipelines in updates. Fixes #733 . Best regards, Gustavo Sousa

**NOTE: this PR depends on #738 and #737, so I'm marking this as a DRAFT until they get applied (hopefully 🙂). I intend to rebase this then (which should reduce...

For reference: https://docs.mongodb.com/manual/reference/operator/aggregation/unset/

enhancement

For reference: https://docs.mongodb.com/manual/reference/operator/aggregation/replaceWith/

enhancement

Hello everyone! Currently MongoMock does not support using `let` in `$lookup`, and it gracefully lets the user know with the following message: ``` NotImplementedError: Although 'let' is a valid lookup...

enhancement

Hi there, It seems that aggregation pipeline as argument to an update operation is not implemented yet in mongomock. That feature was introduced in version 4.2 of MongoDB. Best regards,...