Simon Depelchin
Simon Depelchin
Maybe you could add a `currency` field on the wallets table, and let users have multiple wallets (1 for each currency you support).
Hello, this is not actively maintained. I might consider merging & tagging a new version supporting php 8.x
@js2me it does indeed break server-side logic in my case at least. The server expects dots in the parameter name. In my case we have these parameters : ``` {...
You can add `"skipLibCheck": true,` to your tsconfig.json Though I'm not sure if it's a bad practice to ignore libs.
> Hey! I'm using a simplified pre-commit hook only for formatting. Any downsides to running `check` instead of `format` have you been bit by something?
We also encountered this issue. It forces us to use `optional` (on Valibot) for all fields that can be left empty. I suppose it's caused by the same side-effect as...
Definitely, I've created a [dedicated issue](https://github.com/edmundhung/conform/issues/631).
Of course, you can make a PR
I had issues with the Request & the fetch on Vercel's environment. The fix we used was in two steps: 1. Provide a custom fetch for the client ```ts export...
No worries, I appreciate this! Thanks