Joshua Jamison
Joshua Jamison
Hello @akyl0221 Thanks for opening the issue. I will have a look at this when I have some more time. If you are feeling adventurous, feel free to fork, fix...
Fixed in https://github.com/codemation/easyauth/releases/tag/1.0.20 - nice work @akyl0221
@sorasful - a little behind on reviewing PR's. The propose example looks nice, but I see this has a conflict now, this can be resolved by a re-base, or pulling...
I probably answered this question in #5 , where you would need to use `PrimaryKey(default=)` passing in an argument-less method that will be used to generate almost any type of...
What you are describing is possible by using `Default()` in the model definition, also possible with `PrimaryKey()` as well, by feeding a function with no arguments ```python from datetime import...
@sorasful PR's are always welcome, especially those which improve documentation. ### Small Note on Updating Documentation Install mkdocs ```bash pip install mkdocs ``` View Docs Locally ```bash $ mkdocs serve...
Hi @farridav I had a look at what is causing it, looks like its a known issue from https://github.com/encode/databases/issues/75 - the library partly responsible for connections in `pydbantic`. I would...
Hi @Hybridhash , 1.) I would make sure that PIP is up to date on your machine, poetry is less tested right now. I expect to clean up a bit...
- [ ] - Provide better error when failing to load json config file via `env_from_file` argument.
Hi @singlautsav - Are you able to reproduce the steps in any particular order? Using the above dependencies, I was not able to reproduce the issue, so I suspect there...