Andrei Luca

Results 98 comments of Andrei Luca

> Then it's easy to add in key and ref parameters The problem with `key` and `ref` props is that they shadow these fields in Construct options object https://github.com/iamandrewluca/react-cdk/blob/9e7bc23fe21876faa6112cc658e68fc080c9bf5d/src/constructs-jsx.tsx#L42-L56 >...

Nice. Also we may approach this problem from both sides. > @iamandrewluca For AWS CDK L2s we might be able to add a "props" property to all types. We have...

`Construct` class or `IConstruct` interface 🤔 I think `IConstruct` is the lowest possible type https://github.com/aws/constructs/blob/f44ba0ee9cc0e32fe8410120624de04e75a7ece4/src/construct.ts#L416-L422 https://github.com/aws/constructs/blob/f44ba0ee9cc0e32fe8410120624de04e75a7ece4/src/construct.ts#L6-L9

> I'm just aware how JSX works, I don't have real experience with how AWS CDK works > Doing this just for learning purposes I supposed to make this props...

Some things to take into consideration for this to work - remove `ssr` from nuxt config - move images to `static` folder doing this made images to work in dev...

@adamwathan @bradlc sorry to bother, any chance this feature can land in play.tailwindcss.com?

Thanks for your time @adamwathan 🙂 A deploy with this feature: https://twplayr.vercel.app

Can be closed, duplicate of https://github.com/tailwindlabs/tailwindcss-custom-forms/pull/99

Do one thing and do it good. Why not to stick to default `*.properties` file format? https://docs.oracle.com/cd/E23095_01/Platform.93/ATGProgGuide/html/s0204propertiesfileformat01.html

@JamyDev made a fork and released with your fix, under another name https://github.com/iamandrewluca/node-properties https://www.npmjs.com/package/@iamandrewluca/properties I'll take a look at all issues and PR, and I'll merge them in my fork.