-
[Latest design](https://github.com/orgs/enso-org/discussions/7738#discussioncomment-6916770)
TODO:
- [x] Add new `ProblemAggregator`.
- [ ] One by one remove old ways of reporting problems and re…
-
All changes from View must result in an error if `read-only` mode is enabled. The error should be printed in logs (until better notifications are ready). It is necessary to prevent accidental bugs whe…
-
Like shown on the video:
https://github.com/enso-org/enso/assets/1436948/dbaa3f52-21b9-4ee1-93f1-341d22d57c2d
This seems like a regression - IIRC in the past when I removed a node, the conne…
-
We would like to use the same widget for another 3rd party site. In this example, another web site in the region of Outaouais is called "MRC Collines-de-outaouais".
Features to add to html for instal…
-
- 10/23 Code freeze for the endgame
- 10/27 [Endgame done](https://github.com/Microsoft/vscode/wiki/Development-Process#inside-an-iteration)
- 11/02 Expected release date (this may change)
##### Mond…
ghost updated
10 months ago
-
Since adding 'precise type detection' for Mixed columns in #6973, we are able to accept a Mixed type column wherever a column with more precise type is needed (e.g. a numeric column).
Unfortunately…
-
do we need more rigour on the voting of stories, and criteria for when we can vote on a story and whether stories have to be voted on before work can start?
- (michael) voting can help bring out diffe…
-
Follow up of #6682:
```
from Standard.Base import Integer
type Maybe a
Nothing
Some (~unwrap : Integer)
```
one can instantiate `Some` with non-`Integer` values. T…
-
Want to investigate how to bring in numpy into Enso.
How can we use the function of numpy on an Enso values.
Goal is to create a sample where we compute the cumulative normal using `numpy.random.nor…
-
Despite [JsonRpc](https://github.com/enso-org/enso/blob/develop/engine/language-server/src/main/scala/org/enso/languageserver/protocol/json/JsonRpc.scala#L34) being added to the [asynchronous resource…