duarte-pompeu
duarte-pompeu
# Summary Using a string as a value for parameter `tags` leads to strange results. For example `app.include_router(router, tags="test")` results in tags `t`, `e` and `s`. This PR attempts to...
This PR allows reading from multiple `.env` files in the dotenv CLI, specifically the targets `get`, `list` and `run`. This will allow users to have a big `.env` file with...
Hi! First of all, great project. I have been annoyed by swagger's UI since... forever, and this project is a really nice step up. However, I was having some problems...
When retrieving a document using a `$slice` projection, modifying the dictionary automatically causes changes in the doc when retrieving it later. I find this unexpected, and led me to spend...