Hubert P

Results 117 comments of Hubert P

Looks like builds starting failing with this commit https://github.com/enso-org/enso/commit/5c06535c46d2a20d9eef70af415575c34ddb3f78

It's fine, I still think it's `sbt` so you can leave it to me :)

I've been trying to figure where `jdk.compiler.graal` is coming from and I couldn't find it in GraalVM distribution (neither community nor enterprise one). So I just removed it and things...

Test demonstrating the problem in https://github.com/enso-org/enso/pull/10898. ``` sbt> runtime-integration-tests/testOnly *RuntimeVisualizationsTest -- -z "emit visualization update for the target of a method call (subexpression)" ``` sometimes it works and sometimes it...

As @radeusgd discovered this was a problem with his machine setup: Windows Defender's _Controlled Folder Access_ was **silently** blocking all IO on `Documents` directory. We will need to figure out...

Re warnings - first we need to get them outside of docker https://github.com/enso-org/enso/issues/9749

This works out of the box: ``` docker run -v :/volumes/workspace/project_root -t --execution-environment live --run /volumes/workspace/project_root ```

@PabloBuchu This worked for you?

This has been done and worked.

The scenario is as follows: 1. triggering the record button kicks of a full compilation and then execution 2. GUI sends the `attachVisualization` request for `.write` **when** record button is...