Michał Wawrzyniec Urbańczyk
Michał Wawrzyniec Urbańczyk
### Pull Request Description ### Important Notes ### Checklist Please include the following checklist in your PR: - [ ] The `CHANGELOG.md` was updated with the changes introduced in this...
### Pull Request Description IDE support for https://github.com/enso-org/enso/pull/1793 ### Important Notes This PR is based on Adam's API updated, as they are necessary for newer engine versions. Will refrain from...
### Pull Request Description This PR describes language rules as I understand them in a scope necessary to implement proper connection discovery (#320). It covers general language rules (that are...
### Pull Request Description ### Important Notes ### Checklist Please include the following checklist in your PR: - [ ] The documentation has been updated if necessary. - [ ]...
We had `AWS_Tests` fail with the following: ``` [FAILED] S3.get_object: [1/2, 76167ms] - [FAILED] should be able to get an object [76163ms] Reason: An unexpected dataflow error ((S3_Error.Error 'An IO...
Random CI failure on Oracle GraalVM: `jdk.internal.vm.TranslatedException: Error decoding exception`
I think I see this failure like this popping here and there: https://github.com/enso-org/enso/actions/runs/8301012063/job/22720189516#step:8:3770 (Dry-run benchmark `Sieve.Without_Types` in **Oracle GraalVM Engine job**) ``` Execution finished with an error: java.lang.RuntimeException: jdk.internal.vm.TranslatedException: Error...
GUI and Language Server use FLatBuffers for binary communication. The protocol is defined by the [schema file](https://github.com/enso-org/enso/blob/develop/engine/language-server/src/main/schema/binary_protocol.fbs), which can be compiled with `flatc` to generate the necessary code in any...
As I was looking into Undo/Redo issues, I observed that some operations are triggering code text edits even when there is no reason to. One of the reasons seems to...
### Pull Request Description This PR fixes several issues that were appearing when running CI jobs on PRs created against the repository forks: * electron-builder on Windows and macOS will...
It has been raised that switching our installer technology to MSI format might be beneficial. MSI offers standardization, customization for administration, group policy integrations, rollback/repair functionality, and is widely used...