François Voron
François Voron
This is a - [X] Bug Report - [X] Feature Request - [ ] Other Codesigning the binary produced by nexe on macOS fails. I'm not sure if it's a...
- [X] Initially raised as issue #1336 ## Rationale This is an exploratory work as how to solve issue #1336. The issue details the problem quite well but in a...
This should fix #1048. It'll be released as a major version with breaking changes.
### Discussed in https://github.com/fastapi-users/fastapi-users/discussions/1047 Originally posted by **davidbrochart** July 25, 2022 It seems that #1037 breaks cookie authentication in [jupyverse](https://github.com/jupyter-server/jupyverse). Not sure what's going on, do you have any clue?
It's possible to have it thanks to asgi-csrf. A detailed explanation and example in the doc would be nice. Add an alert in the Cookie authentication backend to invite the...
Following discussion #672, we should add details in the documentation about how you can properly override the user dependency during testing.
Hello there 👋 Because of the numerous limitations of the `BaseHTTPMiddleware` class provided by Starlette, the Starlette dev' team is [about to deprecate it](https://github.com/encode/starlette/issues/1678) and encourage people to [write "pure"...
## Problem I have a mono-repository containing several Python libraries. Each one has its own build configuration with its own `pyproject.toml` file. However, I have only one README file which...
## Describe the bug The permissions/roles menu has a sub-menu which is not visible when the menu is in compact mode. Hence, we can't access the page: ## To Reproduce...
`on_job_start`/`on_job_end` hooks are really useful for adding logs, setting up monitoring tasks, etc. Currently, those hooks are passed a job context like this: https://github.com/samuelcolvin/arq/blob/9109c2e59d2b13fa59d246da03d19d7844a6fa19/arq/worker.py#L551-L560 It would be really interesting to...