Robin Gisler

Results 6 comments of Robin Gisler

> The thing is that `10` is not similar to or a good proxy for `1024` in the way that `"Samuel is a"` is a useful stand-in for `"Samuel is...

I ran into this problem aswell. I think it would be more elegant to define schemas that depend on some context in a two step approach, similar to tRPC ```ts...

I think the issue is in `next-auth/src/lib/actions.ts` and the resulting call to `core/src/lib/utils/env.ts:createActionURL`. The action URL doesn't consider the custom pages defined in the `AuthConfig` ```typescript type SignInParams = Parameters...

Same issue when accessing from switzerland on mobile

I'd suggest to extend the [devcontainer compose spec](https://containers.dev/implementors/json_reference/#compose-specific) to include a `dockerComposeArgs` option, which are then passed to the `docker compose` command: ```json { "dockerComposeFile": ["a.compose.yaml", "b.compose.yaml"], "dockerComposeArgs": ["--env-file custom.env"]...

By field first do you refer to the first approach on [this](https://tanstack.com/form/v1/docs/framework/react/quick-start) docs page, I guess form first would then be the latter - or is it vice-versa? What's the...