Mikołaj Dunikowski

Results 6 comments of Mikołaj Dunikowski

**Incremental builds can address some real-world pain points when trying to create a unified user experiences.** ### The Problem — let’s assume a popular “startup” structure: ``` myunicorn.com # landig...

Somewhat related to the general discussion of Auth documentation. I do like the fact, that we can easily change the environment (Next.js, Sveltekit...) with tabs. Not less convenient would be...

@kvetoslavnovak @ssantoshp There is a longer discussion about problems surrounding this topic at: https://github.com/supabase/supabase-js/issues/1010 and https://github.com/supabase/auth-js/pull/874 No solution so far, so I am in waiting mode as well, but since...

Just want to confirm that it does not work on WSL2. Tried everything, like setting the LAUNCH_EDITOR=code variable in a .env file etc. Not sure, but the problem might be...

The solution proposed by @gtdrakeley works perfectly for anything in the project scope (routes, lib, and even custom paths (via path.resolve)). It's a great time saver already! Unfortunately, components outside...

> I was excited to use svelte inspector with WSL2 but @gtdrakeley's solution isn't working for me and I still get this error with no further explanation: > > ```...