is there an image lazy loading library for astro?
Blurr-Hash with helps with lazy loading images in a really cool and efficient way.
but the thing is I also want to use this component from @astro/image called Picture where I can specify multiple versions/sizes of images.
and I don't know how to combine both, then I thought there must be some library for this that is specific to astro. unfortunately I found non....How to infer the ref type of a component?
Handling prisma errors
name, surname, email
Should I validate manually that those fields are unique and throw an error if not or should I just let prisma do it?
I guess that the 2nd solution is better. How do I map prisma errors to show more human friendly messages than this: ```ts
{
"statusCode": 500,...Next.js middleware with NextAuth server session?
Casl.js with create-t3-app
Typing component based on props
url is passed as a prop, I want the type of the component to be an HTMLAnchor element, if I pass in an onClick I want it to be an HTMLButton etc.
I have the following but it doesn't seem to work. It lets me pass in both an onClick and an href, which shouldn't be possible as href doesn't exist on HTMLButton...Audio Recording and Playback.
NextAuth CredentialsProvider + database strategy
Weird color change from production to developement?
#F9C74F in a css file. Also on inspect element it shows that color code.
On my production build that exact same color code in inspect element is shown as: rgb(128, 93, 11);
...
Best practice for using router types on client-side?
src/utils/trpc.ts we are provided with:
export type RouterInputs = inferRouterInputs<AppRouter>;
export type RouterOutputs = inferRouterOutputs<AppRouter>;
export type RouterInputs = inferRouterInputs<AppRouter>;
export type RouterOutputs = inferRouterOutputs<AppRouter>;
Discord OAuth error OAuthCallback

CT3A tRPC make List of dynamic fetches
Is this a good way to fetch all of the users inside this relational table?

must i use snake case in all my database naming
myArr.findLast is not a function
Writing Typesafe sql?
Is there a way to request images from Next resized via URL without the Image component?
https://example.com/img/test.png?w=500&h=500...Copies of Database Schema In Multiple Regions (Prisma)
Middleware and firebase Auth
