Mihovil Ilakovac

Results 46 comments of Mihovil Ilakovac

Testing out the behaviour of: 1. Opening an app in two tabs 2. Logging in one tab 3. Going to the other tab still produces the logging out behaviour. So,...

This would help with rate limiting Password Reset requests. Now we have different behaviour for known and unknown addresses since we depend on storing the last request timestamp in a...

This can be achieved with VS Code snippet e.g. `auth:entities` and then TAB

This is unhelpful behavior. In a component based system like Vue.js this makes the tinyColorPicker unusable because callbacks which should enable value retrieval per component can not do their thing....

An example way of validating env vars: ```ts import * as z from "zod"; const envSchema = z.object({ NODE_ENV: z.enum(["development", "production"]).default("development"), PORT: z.coerce.number().default(3000), GITHUB_CLIENT_ID: z.string({ required_error: "GITHUB_CLIENT_ID is required", }),...

Related to #1570 When we update the Prisma version, we should also clean up our Typescript machinery and make sure it works as expected with the new version.

We should check if the app names are taken on Fly before using them. It's not really possible to check with the Fly CLI directly if an app name is...

This will most likely be solved by upgrading to Prisma 5.X according to this fix: https://github.com/prisma/prisma/pull/20319

One extra thing to consider when we solve this: Prisma started branding their model types so our branded `_Entity` types are no longer needed.

Users is blocked by not being able to set the Mailgun to a EU specific host: https://ptb.discord.com/channels/686873244791210014/1274165849481019495/1274165849481019495