planktonrobo

Results 8 comments of planktonrobo

If this project were to be forked & updated, what suggestions do you have for updates needed? @johnbumgarner

> > Hey, I'm using `supabase: 1.12.2` and when I run the command above, I get an error: `Error: unknown flag: --project-id` > > I also got the same error...

> > If anyone still looking for SSR NextJS solution, following way of importing worked > > ``` > > import dynamic from 'next/dynamic'; > > const DragDropContext = dynamic(...

> It's a bit unclear what's going on here actually... How are your `RigidBodies` set up? > > A common thing that can happen is that your colliders are not...

I think adding OIDC in v2 is important. Especially for google one tap login

You can edit your css like so if you know you want a nested ordered lists to be letters: ``` li > ol { counter-reset: list; margin: 0; } li...