-
See https://github.com/digital-asset/daml/pull/7235.
Find out whether the scenario tests are also still flaky on Windows due to timeout despite https://github.com/digital-asset/daml/issues/1354 being…
-
TODO: https://github.com/NixOS/nixpkgs/blob/23e0738cf3fafb70443e415c689be3501b43658d/pkgs/development/interpreters/python/manylinux/default.nix
https://github.com/danimaribeiro/PyTrustNFe/blob/8d…
-
It looks like Pro 2.3 final SDK added a requirement for 'defaultNamespace' to be defined/set/non-null in the DAML file.
This now causing an error when we try to build on Pro 2.3 during the Package…
-
# Affected Daml version
2.5.0-snapshot.20220925.10653.0.0db37eca and above
# Bug description
Majority but not all the listed options appear twice in the usage output of daml damlc subcomm…
-
It briefly flashes the results and then gets redrawn.
![Screen Shot 2021-09-30 at 8 46 20 AM](https://user-images.githubusercontent.com/62256399/135457799-40e69398-e61e-4cec-a72d-33e18404a5f0.png)
…
-
In particular, the [`Query`](https://github.com/digital-asset/daml/blob/master/language-support/ts/daml-ledger/index.ts#L150) type should support `"%gt"` and friends.
I claim that @garyverhaegen-da…
-
At the moment both Sandbox (-classic) and Daml Studio always enforce contract key uniqueness so my only option for testing non-unique semantics is Canton itself. It would be very helpful if Daml studi…
-
## Inconsistencies ###
Sandbox, JSON API, Extractor and Navigator share some common configuration settings (but use different names for these settings), e.g:
- ledger host (can be shared via daml.…
-
@leonidr-da notes in #3634 that there are some scenarios in which contract Ids in Contract keys might be useful. It would allow developers to use the Contract Id of the initiating contract as the ide…
-
The generated `JS` libraries uses the same name for a Choice and the arguments to that Choice. Example from the `daml-ui-template`: `Give` and `Appraise` are overloaded.
```
export declare const …