Stephen Russett

Results 312 comments of Stephen Russett

Was looking at in-page search solutions (not external). Page title would be a good start. Another one that I was looking at was index of Page titles + headers.

I was thinking something like: Option 1: On first load, index step occurs (maybe as a web worker?) Option 2: locally (or CI/or wherever), someone runs a standalone 'task' that...

Thanks for doing the initial review and providing your thoughts. Really appreciate the effort!! My interest stemmed from working with quarkus and finding "missing" features in the graphql generation, jpa,...

Sounds great. I will watch for the release and begin some testing!

For the tests: what are you worried about not working compared to non-quarkus build (with the existing tests)? I have not done your level of analysis: so just thinking from...

Thanks. Have not lost track of this. Should be back on this shortly!

anyone actively working on this?

@dunglas can this issue be closed in favour of https://github.com/api-platform/core/pull/1175 ?

@stefanobaghino-da some examples of Contract Key classes : Sometimes yes, and sometimes No: ## Example 1 sample from: https://discuss.daml.com/t/input-limit-on-template-key/3029/3?u=stephenott ``` data ExampleKey = ExampleKey with party1 : Party party2 :...

@stefanobaghino-da there is actually a similar impl already in place in the java bindings: ContractId.class ``` public static final class ContractId extends com.daml.ledger.javaapi.data.codegen.ContractId { public ContractId(String contractId) { super(contractId); }...