Stephen Russett

Results 312 comments of Stephen Russett

@S11001001 what does the link https://docs.daml.com/2.3.0-snapshot.20220707.10108.0.f4098846/app-dev/bindings-java/codegen.html#id7 indicate? Nothing is popping out at me.

@S11001001 👍 yes i see the deprecated exercise by key and the new ByKey class. Would be nice to have byId(...) as well so we can just type `MyTemplate.by` in...

@S11001001 is there going to be a Daml to Tree/AST/JSON type format that converts the Daml file(s) into some sort of navigable tree? It would be very nice if we...

orignal convo: https://discuss.daml.com/t/daml-java-bindings-use-of-flowable-vs-single-ex-get-users-vs-get-packages/4709/3?u=stephenott

Re breaking chnage: provide a util converter that converts the statusRuntimeException into the proper ~business exception. Then we can just use that converter as needed. The ultimate goal here is...

@stefanobaghino-da I ran the decoder gen on my code and it only generates decoders for Template classes. Missing are ContractKeys(types and classes (sometimes a key resolves to a type like...

Another Note about Decoder: Should be a ~option to have a fall back decoding. Such as a "RawDamlRecord.class" or a specific exception for a unexpected decoding: When decoding the arguments...

@stefanobaghino-da if I follow the examples https://github.com/digital-asset/ex-java-bindings/blob/633d2d935ae2c4fa691e124f9eaec4a78d43532a/src/main/java/examples/pingpong/grpc/PingPongProcessor.java#L149 the examples have the choice string manually written. Is there choice methods generated for every choice? even if generated, having the choice name...

@stefanobaghino-da even something like: "You index/store the transactions and you want to query for specific moments where a choice was exercised." It comes back to having a "golden source" for...