Elie Rotenberg
Elie Rotenberg
Hi! Upgrading to 4.0 proved a little more challenging than expected. 1.1.0 should be compatible.
Hello, Hello, I'm sorry, as mentioned in https://github.com/elierotenberg/fastify-zod/issues/15 for some reason GitHub notifications got lost in my mailbox. There were 2 issues with the example you provide. The first is...
Hello, I'm sorry, as mentioned in #15 for some reason GitHub notifications got lost in my mailbox. Can you please elaborate? I would very gladly welcome a patch that improves...
Hello, I'm sorry, for some reason GitHub notifications got lost in my mailbox. I would be very happy to have additional developers help maintaining the library. You can reach me...
Thanks for your PR, let me think about prettier for a little bit before merging it :)
Hello, sorry for the long delay. e1342fc6e4202cfaef98078b9165f756b4c54f00 added prettier. Would you like to help me rebasing your PR onto master, now that some other changes have been merged and the...
Thank you for pointing that out. Would you please create a failing test case I can use to implement a fix? Otherwise I'll do it.
Maybe my own attempt at solving this issue can be helpful here: https://github.com/elierotenberg/react-prepare Instead of hacking the React lifecycle functions, I use a specially marked higher-order component, which is detected...
Also, https://github.com/elierotenberg/react-traverse performs deep components output rewriting, using higher order magic. Sorry for the plugs, but I think this can shed a light on various approaches to tackle this problem.
This is a legit question. First, obfuscation can (and typically will) be done at server-side rendering time, which of course your client-side scripts can't interfere with. Second, it would require...