Carl

Results 4 issues of Carl

The issue was found when an expired token was used in a client-side navigation to a page with multiple `axios` requests. Each request would send out a refresh request first....

While investigating an auth issue in our application, I noticed a potential bug with the token expiry decoding. Since the token is stored prefixed by the token type, the `decodeJwt`...

LiveView version: 0.18.1 Phoenix: 1.6.7 When I was editing an existing Ecto entity that contained an Enum, I would create a select component for the Enum like this: ```heex Select...

For some reason, all inferred types of ZodObject have the properties as optional. This is particularly annoying when extracting a type from a discriminated union. ```ts const zContentPageNode = z.discriminatedUnion("type",...