Adam Schønemann

Results 6 issues of Adam Schønemann

Hi R3. I recently encountered the error `net.corda.core.flows.IllegalFlowLogicException: A FlowLogicRef cannot be constructed for FlowLogic of type com.deondigital.cordapp.flows.ExecuteOperationsFlow: due to ambiguous match against the constructors: [...]` Turns out that you...

Triaged

https://github.com/corda/corda/blob/241170ffa4f63616daeefb5dbb0dcd8d2c3ff21c/core/src/main/kotlin/net/corda/core/flows/AbstractStateReplacementFlow.kt#L183-L184 If you use an anonymous identity to sign your states (as is recommended), then contract upgrade flows will not work because of the referenced todos. Basically, it will always...

Triaged

Trying to build the projects with maven v. 3.22 results in an error. The maven-android plugin must be updated to 3.8.0 and a sdk platform must be specified as such:...

Hi http4k! First of all, thanks for the great library. I noticed that when applying filters to `SinglePageAppRoutingHandler`, the filters are in practice applied to inner static routing handler. That...

Hi there. HXT is a transitive dependency of pandoc which has revelaed an issue with reading absolute file paths in Windows. See [this issue](https://github.com/jgm/pandoc/issues/4836) which includes a suggestion for a...

Hi, it's me again! The only thing I'm missing now is the ability to map a key with multiple modifiers to another key. That is, I for example have mapped...