Leonid Dubinsky
Leonid Dubinsky
@pascalbreuninger Thank you for adding the ability to dump the `machine.json` file! The main ask here is the ability to retrieve and display the machine data from the cloud provider....
@pascalbreuninger > For the time being I'd attempt to install the plugins under the jetbrains.plugins key but no more until they've figured out how they are going to support devcontainers...
I think that to deliver the missing events, it is necessary to modify the call from `ZTestTask.execute()` to `ZIOSpecAbstract.runSpecAsApp()` in [ZTestRunnerJS](https://github.com/zio/zio/blob/series/2.x/test-sbt/js/src/main/scala/zio/test/sbt/ZTestRunnerJS.scala#L109) to pass in `testEventHandler` that delivers events (unlike the...
> [@dubinsky](https://github.com/dubinsky) I gave it a go at this (basically trying to unify the JVM / JS / Native implementations so that we can reuse the existing event test suites...
@xuwei-k any thoughts? Thanks!