Ivan Koldakov

Results 6 issues of Ivan Koldakov

Haven't seen anyone raised this before. ``` import sys sys.setrecursionlimit(4) class Foo: class Foo: foo = 1 ``` Raises `RecursionError: maximum recursion depth exceeded while calling a Python object`

Currently ```futuramaapi.routers.tokens.schemas.DecodedUserToken``` has only 2 types: access and refresh. Shall activate/password change/other token have it's own type? From the 1 hand with activate/password change token people can access users info,...

question

After closing https://github.com/koldakov/futuramaapi/pull/3 we need to check if SQLModel can be used

question
feature

Looks like there is an issue with the cache. In fact there are more requests than shown.