Results 98 comments of Dmitry Bushev

Please run the nightly workflow on this branch to make sure that it does not break the release https://github.com/enso-org/enso/actions/workflows/nightly.yml GitHubNightly Release · Workflow runs · enso-org/ensoEnso Analytics is a self-service...

Otherwise, I'm ok with the change even though it edits the generated workflow files. I can update the workflow generation logic after the merge to unblock the progress on the...

> Running cargo run --package enso-build-ci-gen does no changes Sorry, I did not notice the changes in `ci_gen.rs` because the run script was moved under the build tools

The old key emoji 🗝️ `\uD83D\uDDDD` posted here has a [variation selector](https://en.wikipedia.org/wiki/Variation_Selectors_(Unicode_block)) `\uFE0F` telling how to render the value. Java treats string `\uD83D\uDDDD\uFE0F` as two code points: `\uD83D\uDDDD` and `\uFE0F`....

I'll see if I can use the icu [`UTF16`](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/text/UTF16.html) to detect the emoji position properly. (Note to self) Check how JS treats the `\uD83D\uDDDD\uFE0F` string.

It looks like the real issue is https://github.com/enso-org/enso/actions/runs/15307108492/job/43063332798?pr=13177#step:14:1115 ``` DEBUG main_internal: enso_build::sqlserver: SQLSERVER_LOG: 2025-05-28 18:14:13.71 Server Server failed to listen on ::1 1434. Error: 0x2742. To proceed, notify your system...

I think that case is related to the older `2017` version (we're using `2022`). And in our case it can successfully bind to the socket in most cases.

I guess, we can try that

Yep, didn't help https://github.com/enso-org/enso/pull/13275 https://github.com/enso-org/enso/actions/runs/15639554743/job/44064359038?pr=13275#step:14:1147 GitHubAttempt to make Microsoft stdlib tests less flaky · enso-org/enso@4f48ad2Enso Analytics is a self-service data prep and analysis platform designed for data teams. - Attempt...

I propose to update the [`executionContext/recompute` ](https://github.com/enso-org/enso/blob/develop/docs/language-server/protocol-language-server.md#executioncontextrecompute )request with the new optional `expressionConfigs` parameter that tells to execute provided expressions in a specific execution environment ```typescript interface ExecutionContextRecomputeParameters { /**...