Vadorequest

Results 314 comments of Vadorequest

Ideas: Use different components - AirtableAsset: Display an image, uses next/image - AirtableAssetLink: Display an AirtableAsset wrapped in a link Might help simplify things a bit

Small experience feedback, `next/image` is **not** a drop-in replacement for the `` element at all. It works very differently, it might break styling, the API is different and will likely...

I'm also encountering issues with async/await, it returns a promise, too. ![image](https://user-images.githubusercontent.com/3807458/119649901-77ebb180-be23-11eb-9c7e-0c435a233cba.png) I'll try using `withPlugins` to see if that might fix it. For now I'm stuck with a promise...

The error `function execution attempt timed out` was due to not sending text back to the browser. Apparently, Google Functions must send back something to be completed. Adding `return res.status(200).send("OK");`...

I've released https://github.com/UnlyEd/simple-logger and now I would like to automatically create a GitHub release when publishing to NPM, what github action do you recommend? Are there any example out there?

+1 Useful when you want to show all errors when a user tries to submit a form who has hidden errors because those fields weren't "touched" yet. I used `getFormSyncErrors`...

I'd rather recommend https://github.com/cssinjs/jss It is clean and really effective. Supports media queries and basically everything CSS does.

I feel like Vercel must optimize images at every build, there is no way there would be so many optimizations otherwise. This might be a configuration issue 🤔 It's hard...

😨 ah, if it works this way I understand why I went so high so fast. I do use Notion, but I don't know if the url changes at every...

The url of one of the images is [that monster](a310-4030-b272-fcff8dca66ab/Untitled.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAT73L2G45EIPT3X45%2F20220425%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20220425T191329Z&X-Amz-Expires=86400&X-Amz-Signature=52e726e4d24b7de6a619ab1ad8aca14baed761d1d1f4d4ee6716505ef3349bfa&X-Amz-SignedHeaders=host&x-id=GetObject&w=1200&q=75). Hard to tell if the image is different. Is there a way to tell Next.js if the image is the...