Thomas Collet

Results 2 issues of Thomas Collet

When setting up supertokens I got this error: `supertokens Module not found: react-shadow tried to access @emotion/cache, but it isn't declared in its dependencie` After instally @emotion/cache, I had the...

I may be doing something wrong here... I have an enum defined liked this: ```python class TransportMode(models.TextChoices): FOOT = "FOOT" BIKE = "BIKE" ``` With a request/response serializer pair, like...

enhancement