Natan Cieplinski

Results 8 comments of Natan Cieplinski

Any guidelines for the technology to use for the frontend? I was thinking about VueJS.

Hi, i'm currently working on the Italian translation of Vue 2. Can the v3 doc be considered stable enough to abandon the translation of the v2 and start the translation...

Hi, i started the Italian translation at https://github.com/NatanCieplinski/docs-next-it If anyone wants to join, just contact me.

This issue is related to how you are using `react-hook-form`, and not the component library. `defaultValues` are cached, and need to be manually set if you want to change them,...

I've encountered the same bug and after come investigation I discovered that inside the interceptor the headers (according to Typescript at least) might be undefined. This is incompatible with the...

I'm experienced the same on an iPhone 12 Mini. Syncs only 2 accounts out of 16. Tried logging out and logging back in, but no luck

> tsconfig.json: > > ``` > { > "paths": {"@ui/": ["web/ui/*"]} > } > ``` > > components.json: > > ``` > { > "aliases": {"components": "@ui/*"} > } >...

If anyone is having the same error and forgot to correctly set the `tsconfig` path alias, don't forget to rerun `npx shadcn-ui@latest init` after fixing the alias, as [suggested by...