Moritz Kiefer

Results 53 issues of Moritz Kiefer

Would be great if the arrange functionality would be added.

duplicate
enhancement

I have a project that requires c2hs. I tried making a `cabbage.config` containing ``` systemDeps: c2hs: c2hs ``` but this results in a warning and a possibly unrelated error from...

Sometimes you want to depend on a system library that is not yet on nixpkgs. That would require writing a .nix file for it, but I am not sure how...

When I try to build a [toyproject](https://github.com/cocreature/trccbot-hs) I'm getting the following error on `nix-shell --command 'sh $setup'`. I run `cabbage -a` before. I also tried deleting `.cabbages`, `cabal.config`, `cabal clean`...

The design tries to keep the view types equivalent to templates, i.e., records with no type arguments. Daml Engine & the typechecker does not. We need to change one of...

roadmap/interfaces

Currently users are on their own from a bindings perspective in figuring out if an error is retryable and they have to dig through the docs. It would be nice...

component/java-ecosystem
team/ledger-clients

Engine level or speedy level tests for - [x] Test that explicit disclosure works for contract & keys (#14436) - [x] Test that invalidly typed contracts are rejected (#14563) -...

component/daml-engine

If I run `daml build` it picks up `build-optinos` from `daml.yaml`. `daml damlc init` skips that and does not pick them up. Easy way to reproduce is to use the...