Thomas Lefebvre
Thomas Lefebvre
We also use the `dialog` element and ultimately faced the same issue with the 3D secure frame rendering below our modal that sits on the top layer. I implemented something...
I've used the same trick as @AutomationD and it worked for me. On my end, I had uninstalled `nix` from `nixos` and installed it again from determinate. 
I'm not sure if this is related but doing `CMD/CTRL + .` brings up the code action menu but quick fixes from Typescript plugins aren't being listed. For example, we...
Does the ligthbulb do anything more than what `CMD + .` does? Because you can access the menu with that keyboard shortcut so it's not completely gone.
>How do io-ts and effect/schema handle complex nested data I'd have to dig into the details of their source code, I'm not entirely sure at the moment. I would imagine...
> but this would increase the bundle size for all schemas I see. It's definitely a tradeoff. I understand `valibot` is optimized for bundle size so if you feel that...