J03L R0J0

Results 7 comments of J03L R0J0

Easiest way I found to do this was to conditionally load analytics if `NODE_ENV==='production'` on mount. So in a class component, that would look like: ```js componentDidMount() { if (process.env.NODE_ENV...

I had to create a user with custom permissions for CloudFormation execution functions. Added a custom policy and used this json code: ```json { "Version": "2012-10-17", "Statement": [ { "Sid":...

Any way we can get this in a new release @rmariuzzo ? Seems like a quick fix.

> Tailwind-custom-froms breaks on TailwindCSS v2 and people are switching to official forms plugin. If anyone seeing "value.charCodeAt" error, this might be the reason. I'm also getting this error when...

Looks like @clauderic released a new kit here. Seems very promising: https://github.com/clauderic/dnd-kit

@tyrauber thanks for the awesome work! Found this [repo](https://github.com/t3-oss/create-t3-turbo), might be useful for implementing Prisma as a package: https://github.com/t3-oss/create-t3-turbo/tree/main/packages/db

@algoflows figured out a fix for tailwind CSS intellisence assuming you're using the extension in VSCode, you have to add `style` custom class attributes in the settings so it picks...