Kevin Wolf

Results 20 comments of Kevin Wolf

This is definitely something I would love to see here. Any plans to add it? Are PR's welcomed?

@prettier is there a way we can see this implemented? It is not a breaking change, and it will make a lot of people life's easier by allowing them to...

I understand, so as of now, there is no way to overwrite a JS object (array or map)? I also agree that the ability to change the merging strategy could...

Any update on this? If not, I could take a look.

+1, I really need this feature on my app, for now I am temporary saving the password and that's super insecure.

Any update on this? I am interested on making it work with styled components too!

@shuding is there any plans to work on this, or any workaround I can make? I was trying to use `ImageResponse` from `next/server`, but since it didn't work, I just...

@dima-kov I fixed it using `tw-to-css`. Look at this two files: 1. https://github.com/kevinwolfcr/website/blob/main/src/utils/ui/ui.utils.ts 2. https://github.com/kevinwolfcr/website/blob/main/src/utils/og/og.utils.ts

This would be very helpful, currently, my solution is proxying `prisma` through an npm script that uses `dotenv-cli`. Happy to help with a PR if needed.