candidia

Results 27 issues of candidia

On v3.1.1 I'm getting this error: It is due to the project's tsconfig having 'rusha': ``` { "extends": "../tsconfig.json", "compilerOptions": { "types": ["node", "rusha"], "typeRoots": ["./node_modules/@types", "../node_modules/@types", "./src/types"] } }...

### Describe the bug and the expected behavior For example, ``` const [form, fields] = useForm({ // This not only syncs the error from the server // But is also...

help wanted

https://bookmarksearch.glitch.me

You cannot currently have an input that is optional and only sometimes rendered. This is because calling `useValidatedInput` requires its ref to be assigned to an input. If it's not,...

I was very confused why this was happening for a while based on [the docs that show that declaring the hidden fields with values in the Form props is enough](https://remix-forms.seasoned.cc/examples/forms/hidden-field)....

bug

### What happened? Ran an initial install on the most recent version and got ``` npm ERR! code 1 npm ERR! path /Users/f/trance/node_modules/@sentry/cli npm ERR! command failed npm ERR! command...

bug
stale

Instead of a POST followed by a GET when not using live loader, you now have a POST followed by two GETs. Wondering what the cleanest way to avoid this...

Currently it seems you have to save the transformed image to disk, then load it, and then do the second transform/analysis. This is really bulky. Maybe there could be a...

enhancement