Alex Ted
Alex Ted
What about tests? Do you have a plans to add any test examples?
Wanted to use bjoern in the work, but could not find full official documentation of the project with clear examples anywhere. Whether the project has a page with normal documentation...
Hello! I'm using: **manjaro linux 21.2.1, python 3.10.1, fastapi 0.72.0, pytest 6.2.5, pytest-trio 0.7.0, sqlalchemy 1.4.31, alembic 1.7.5, asyncpg 0.25.0, postgresql 14.1.** Now, i have issue when i try to...
### Describe the bug The predefined mapper "groups" has the incorrect "User Realm Role" type, although it should have the "Group Membership" type. new interface:  old interface:  As...
### Description Our system uses a minimalistic token that does not include realm roles and client roles. everything worked fine - after token validation we get all the information about...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
### Issue description My os is Manjaro Linux 23.1.3. When i'm trying to install Mojo, i got the error: ```shell sudo modular auth mut_7c4******60f && sudo modular clean && sudo...
Based on the example [FastAPI + SQLAlchemy example](https://python-dependency-injector.ets-labs.org/examples/fastapi-sqlalchemy.html) from the documentation i made a myself implementation for work with connections of Async SQLA Core. But I came across the fact...
It's been a long time since the last commit. The author and maintainers of the project (if there are any) do not react in any way to the issues, do...
I encountered a strange behaviour of Configuration depending on which source the Configuration object took data from during its initialisation. This leads to a radically different interface of this class...