Results 19 issues of Dmitry Bushev

### Pull Request Description Implements the nightly releases. You can see an example release in the [ide-staging](https://github.com/enso-org/ide-staging/releases/tag/v2.0.0-nightly.2021-09-09) repo. The build works as follows: - Schedule the nightly build every workday...

Priority: Medium
Type: Enhancement
Category: Build System

Release 0.4.3.0 on [Hackage](https://hackage.haskell.org/package/schematic)

[ci no changelog needed] ### Pull Request Description ### Important Notes ### Checklist Please include the following checklist in your PR: - [x] The documentation has been updated if necessary....

CI: Ready to merge

- Configured Stack build on Travis - Fixed Cabal warnings about undeclared modules

### Pull Request Description close #9109 Fixes the issue when the runner displays unexpected log messages ``` > .\built-distribution\enso-engine-0.0.0-dev-windows-amd64\enso-0.0.0-dev\bin\enso --run .\test.enso [WARN] [2024-02-20T12:04:21+01:00] [enso.org.enso.interpreter.runtime.SerializationPool] Serialization of module `test` failed: Unable...

CI: No changelog needed

I'm trying to create a static executable which depends on text-icu. Here is the minified example https://github.com/4e6/text-icu-static-example To enable static linking, I build `icu` with `--enable-static` flag [here](https://github.com/4e6/text-icu-static-example/blob/a1b5fb33fb508855617727375d82864819f42863/default.nix#L8-L16): ``` #...

I got the following error when trying to setup hydra-provisioner: ``` Dec 25 17:40:49 hydra hydra-provisioner-start[20877]: machine type x86_64-linux has 1 runnables, wants 1 machines, will get 1 machines Dec...

### Pull Request Description related #7954 Changelog: - update: Ydoc starts with the language server on the 1234 port - update: by default `npm dev run` uses the node Ydoc...

CI: No changelog needed
CI: Clean build required

https://www.domenkozar.com/2018/06/01/announcing-cachix-binary-cache-as-a-service/

The last update revealed that current naming can be ambiguous. There is a conflict between `lts-1.10` and `lts-11.0` which result to `lts-110` Nix key, see [stackage/default.nix](https://github.com/typeable/nixpkgs-stackage/blob/master/stackage/default.nix) Nix doesn't allow dots...