Romano L
Romano L
Hi, I have attempted to use this on windows. Compilation fails in reactor\evented.rs, with this: ```rust error[E0432]: unresolved import `mio::unix` --> C:\Users\xxx\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async_zmq-0.4.0\src\reactor\evented.rs:3:10 | 3 | use mio::unix::EventedFd; | ^^^^ could...
Can reproduce on Firefox v112.0 / Ubuntu 23.10
Found this related issue for firefox. Putting it here for reference - https://bugzilla.mozilla.org/show_bug.cgi?id=1720116. It also links to https://github.com/whatwg/console/issues/197 (Supposedly)
Update: I have an idea for a possible fix. Setting up a go environment to try it out
Identified that this issue links to [6416](https://github.com/hashicorp/terraform/issues/6416). Terraform reads the set securityy groups as vpc_security_group_ids, leaving security_groups blank, forcing a replacement.
Possible that this behaviour is as intended?