Dave Iverson
Dave Iverson
I suspected that maybe Edge was unable to introspect the function to get the name (see docs here: https://nextjs.org/docs/app/api-reference/edge#unsupported-apis). But checking in the edge runtime REPL it seems to be...
I enabled debug logs with an ENV variable in Vercel. When running in the nodejs runtime, I see this log ``` [defer.run][helloWorld] invoked. ``` When running in the edge runtime...
Could we alter the `defer()` function to take a string `functionName` in the options? Or is there other introspection going on besides just the name. In theory adding a `functionName`...
Thanks for sharing @imor, and for filing that bug!
I assume this is because the function argument "order" is quoted, and the quotes result in an inability to match with the table name. Some of the code in this...
Reproduction: https://replit.com/@DaveIverson/TemptingWellwornProfiler#tsconfig.json Run `npx tsc -noEmit` in the Replit terminal. You should see the TS errors. In this Replit, the only change I made to the `tsconfig.json` file from Replit...
I've also noticed that `outline` buttons don't have a hover state at all. I assume this is expected behavior so I haven't filed an issue.
> @pangolingo @tylerhackbart can you folks update to `0.7.0@beta` and check if the issue still happening? I confirmed that this issue is still present on v0.7.0. In this example I...
I'm marking this as a draft PR because I used an LLM to generate translations for the new column. These should be manually checked.
I will see if I can crowdsource the translations from my thoughtbot coworkers. We can probably get 70% of them.