-
It would be good to add some usage information to the Daml assistant, e.g. to see whether we have active users of Daml repl.
-
Currently new users get the following image, which is not really informative.
![Image](https://user-images.githubusercontent.com/111277995/215078999-6ebd51c5-7a48-4705-b5ce-6dbee714325d.png)
Bernhar…
-
Especially with the flattened representation, printing out debug statements of `Claims` are illegible, for example in the IDE scenario view.
We should write a `Show` instance that converts this bac…
-
This class represents agendas and their development. This also might help to solve #62
-
Those tests are currently way too slow and also flaky. I do think they have value but we can probably split them up a fair bit. I would suggest the following:
1. Keep one test which runs through th…
-
For larger scenarios, in partiuclar if they fail (but I’m not confident that’s the trigger), daml studio gets really slow to the point where even scrolling in the codepane gets choppy.
(non-public)…
-
ResultNeedKey is only used for fetches (subsubming exercises under fetches here). The doesn’t care about the agreement text here and the version is just thrown away and it recomputes the package versi…
-
-
Snakeyaml has a [vulnerability](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1471) that seems to have been closed with snakeyaml 2.0 release two days ago.
We are currently using snakeyaml …
-
Currently daml assistant notifies only on new releases.
I want to configure daml assistant to always use the bleeding edge
1. Notify me on new snapshot releases
2. Default to `daml install latest…