Josh Smith

Results 55 comments of Josh Smith

Ah, there's no persistence of `frozen` there, that might be it

Made a PR for this theory ^ but I have not yet tested it - #475

hey, there are quite a few typing errors still, i suspect your vscode is using `type_checking_mode: off` in your preferences you can open preferences with `ctrl+,` and set `type checking...

there are also quite a few cases like this `state: str = Query(default=None)`, where the variable is typed as `T` but at runtime can actually be of type `Optional[T]` due...

started work, a couple of things stand out: 1. since this is meant to be an api for custom web apps (other than the osu! client), i think we should...

> 2. i'm not certain whether it's best to persist access tokens vs. refresh tokens vs. both -- i'll have to look a bit deeper into the oauth 2.0 standard...

> API should be providing timestamps in UTC; it's up to the frontend to format it for the browser's locale. Yep, this should be the intended behavior. This would have...

Looks like there isn't yet dependabot support for updating the pyproject.toml file :/ https://github.com/dependabot/dependabot-core/issues/8603

> Looks like there isn't yet dependabot support for updating the pyproject.toml file :/ > > [dependabot/dependabot-core#8603](https://github.com/dependabot/dependabot-core/issues/8603) This must be merged for support: https://github.com/python-poetry/poetry-core/pull/708