Yeah I’ve had this same idea for the same reasons, and came to the same conclusions that without legislation, no incentive exists to send statements as attachments in emails or to store them with a 3rd party where they can’t be tampered with when a mistake is discovered
Installing a WiFi client certificate (in lieu of a PSK) and installing a root certificate used for TLS (in lieu of those distributed with the OS) are two completely different things, no?
I can run a dev server in the app and access it from an iframe, so adding React support is straightforward, and I plan to do it. I’ll then feed screenshots of the rendered output to AI to evaluate if it’s rendering correctly at various widths. The hard part will be scaling Otto to work on larger bodies of code!
I think going from code to OpenAPI makes a lot more sense, at least for strong typed languages. And even if not directly translated from code, at least closer to the actual code, in annotations or something. Generating the spec from code removes a step, where you simply need to update code, rather than update the spec then update the code