Simon Depelchin

Results 28 comments of Simon Depelchin

> any recommendations on how to get this would be helpful, now that devinxi got released. Have you tried using the updated example from the PR in your project? It...

> RC is out now and I don't have ideas to update for lingui Let's wait for the RC to stabilize a bit, a lot of fixes are still going...

Have had the same issue. In my case it seems like a conflict in the `ajv` package version required by multiple dependencies like `eslint` & `v-calendar`. I added `"ajv": "^8.17.1",`...

I updated the lingui example [here](https://github.com/lingui/js-lingui/pull/2267), let me know if you still have issues with the new template.

@solace I just updated the lingui example [here](https://github.com/lingui/js-lingui/pull/2267), let me know if you have any issues with it

It's still in [a branch](https://github.com/clerk/clerk-tanstack-react-start-quickstart/tree/new-structure-devinxi) I believe.

`@hugeicons/react` is available on npm: https://www.npmjs.com/package/@hugeicons/react To use the pro icons you first need to setup authentication with your package manager: https://docs.hugeicons.com/license/activate-license#3-authentication If you're using NPM you can add a...

I'm wondering if this is also the cause to a browser autofill issue in dialogs. If you have an input that can be autofilled in a dialog (e.g. a name/email/password...