Mihovil Ilakovac

Results 46 comments of Mihovil Ilakovac

Some suggestions from the author of the React plugin for Vite that we use: https://github.com/vitejs/vite-plugin-react-swc/issues/184#issuecomment-1899964854

![wasp-logo-no-border](https://github.com/wasp-lang/wasp/assets/2223680/5db2c686-c997-4c43-80aa-7c077b3b7c91)

I've assigned you. The most important part will be **testing** it locally to make sure the template works as expected.

There is no need for two people to work on this issue, so not at the moment. If @lalitkumawat1m drops it, you can take over, sure.

@CiaoRaviRaj you can try to tackle this as well, make sure to understand the docs that are written and that the instructions work.

I like the design of NuxtUI Pro's Field component https://ui.nuxt.com/pro/components/prose/field

Docs have been improved, but still no mention of `--skip-server` https://wasp-lang.dev/docs/advanced/deployment/cli

Here's Fly's bit of docs on the topic https://fly.io/docs/reference/app-availability/#redundancy-by-default-on-first-deploy We should probably expose the option to use `--ha=disable` https://fly.io/docs/reference/app-availability/#turn-off-redundancy-on-deploy

When we start doing this: make sure to update the `auth/lucia.ts` file and remove the `as any` type coercing we did in order for Lucia to work with Prisma 4...

We might have solved this issue with: > with a listener on localStorage changes, we can prevent this scenario from happening and actually allow tab B to start making authenticated...