Thomas Portal
Thomas Portal
Hey, I can confirm I have the issue as well here - Windows 11 [Version 10.0.22621.1702] and ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x64-mingw-ucrt] .
What started the investigation on my side was using mjml-rails in a regular project on Windows - which relies on Open3 to run MJML itself ([here](https://github.com/sighmon/mjml-rails/blob/a1b90616b9e9aff594c43e40f536d4e80a349612/lib/mjml.rb#L41)). Capture3 causes ruby to...
Trying to work my way around Open3, I've also been able to reproduce the IRB hang with `systemu('env')` .