Moritz Rehbach
Moritz Rehbach
> From Discord: > > > It would be very nice if it were possible to auto-generate types for routes out of the box, to be able to do something...
Makes senses, thank you for your reply. Programmatic i18n leaves most flexibility for routes (e.g. subdomain vs pathname prefix) and people can still share functions, components or e.g. React hooks...
Thank you both for the great work! I used this fork successfully at my job today when an external service provider switched to requiring RSA-OAEP256.
If possible, I'll try to help next week as well
Hi @Viijay-Kr, thank you for your response and indeed I also found `node_modules` in the published package of the styled components extension. I'm not sure if I already understand how...
@karlhorky if I understand @Viijay-Kr correctly, the added TS language server plugin is the reason why node_modules is included, see https://github.com/Viijay-Kr/react-ts-css/blob/c31f0616cde83bc6b4692c9de1b809729310e22c/package.json#L154 (where the plugin is registered). The code is already...
Bit of a tradeoff here 🤔 Since I'm usually a fan of listing stuff that ends up in the bundle in `dependencies`, I don't want to change your dependency categorization....
Worked on a simple PR (not perfect by any means) for an hour today: #41 Should be possible to extend this PR or change it to provide a page which...
I guess someone else is already working on a PR to provide an export button. As for the JSON format, you can easily export the contents of localStorage using your...
Added the JSON export in settings. Out of laziness, chose separate route for that as well. There is some gnarly logic shared between the two routes, I could not get...