-
Currently if an error occurs when running a `map` function the whole process fails and it is difficult to know what record it failed on.
This is a first ticket to add this kind of handling to function…
-
For example, having this:
```yaml
matches:
- trigger: "@bug"
replace: |-
first
second
force_clipboard: true
```
causes `@bug` to be replaced with `v`, and the cursor to …
-
To reproduce:
1. check out `wip/farmaazon/cb-preview` branch,
2. run new GUI with opened dev-tools
3. Open project with the following Main.enso:
```
from Standard.Base import all
from Standa…
-
## URI_With_Query:
- Not doing EnsoSecrets in the URI_With_Query.
- [x] tests for `Data.fetch` and `self.fetch` in Http_Spec.
- [x] tests for `Data.post` and `self.post` in Http_Spec.
- [x] ensure…
-
### Affected App or Server Version
v1.6.18 App
### What kind of support do you need?
The encounter date is not working as expected.
We need your help to fix the encounter date-related iss…
-
There is new version of GraalVM for JDK21 since yesterday. Here is some information about [Truffle Unchained](https://medium.com/graalvm/truffle-unchained-13887b77b62c). The upgrade is going to be tou…
-
STUN seems to be broken (at least on Apple and Linux):
```
connlib 15:22:15.618839-0700 Network change detected, refreshing connections
connlib 15:22:15.817698-0700 Connected to portal host=api.…
-
[PR 8635](https://github.com/enso-org/enso/pull/8635/files#r1437722872) introduced a `Histogram` to log the _"top ten"_ of objects that occupy the most space in `.ir` cache files. Originally the code …
-
Using newest develop build as of 2023-11-17:
```
new session with ws://127.0.0.1:58020
LS connection initialized.
file:///C:/Repos/Enso/ide/app/gui2/vite.config.ts.timestamp-1701085461541-09ccfa…
-
Add graalpy to the engine distribution.
This is a follow up of #7991