Tobbe Lundberg
Tobbe Lundberg
I can't start jay When I first tried starting it, I got this: ``` $ npx -p jay-repl jay npx: installed 175 in 19.921s node v10.9.0 [email protected] [email protected] jay is...
hCaptcha
Not really a bug report, but I noticed that cloudflare switched to using hCaptcha instead of reCaptcha. Only update I had to do to my script was to set both...
I started out just wanting to provide better types for the auth client methods, like `logIn` in the snippet below ```tsx const { logIn } = useAuth() const onSubmit =...
### What's not working? Danny made a note about [dnull](https://www.npmjs.com/package/dnull) in the strict-mode.md docs in his TS Strict-mode PR [docs/docs/typescript/strict-mode.md](https://github.com/redwoodjs/redwood/pull/5491/files/ae06e800ecb48dd5b62d047fc9e0275667f68a3d#diff-5724cf5fcb2513dd45d77088d6ec7870d3e8c6333a0ddbb22698f171782d39bb) I started a discussion with him about it *Tobbe:* The...
@Philzen mentioned in [a comment](https://github.com/redwoodjs/redwood/pull/5867#issuecomment-1198776457) on another issue that it would be good to show how one can use types with our forms, and I agree! So I'm writing up...
Because of the way RW does imports there are a few useful features of VS Code that aren't working. # Go to Definition "Go to Definition" is triggered by F12...
### What's not working? I'm copy/pasting this issue report from Discord https://discord.com/channels/679514959968993311/1004724080085307483 --- **cdfaq:** there seems to be an error with the graphql service generator  `Property 'id' does not...
### Summary Modal based routing is when you click on a link and instead of replacing the current page with the new one it opens a modal with the new...
I tried to setup supabase auth ``` tobbe@XPS9550 MINGW64 ~/dev/redwood/performance-management (main) $ yarn rw setup auth supabase yarn run v1.22.4 $ C:\Users\tobbe\dev\redwood\performance-management\node_modules\.bin\rw setup auth supabase Existing auth provider found. Use...
Now that https://github.com/prisma/prisma/issues/2152 is closed, we need to update https://redwoodjs.com/docs/schema-relations, right? No relations workaround needed anymore, IIUC