Dan Selman
Dan Selman
Some quick notes, as I won't be able to attend the meeting tomorrow. I'd be in favour of: 1. Consistency in syntax across arrays, maps and sets 2. Clear semantics...
Yes, the error is (thankfully) quite good: `Error: Internal error: local types are not yet initialized. Do not try to resolve types inside "process".` The `process` method is setting up...
Can you elaborate please, including a scenario. I'm struggling to understand how this would work?
How hard would it be to make the Ergo JSON deserialisation model aware -- looking up the field type in the model when we hit anything ambiguous (double vs integer...
Thanks, that helps. Could we somehow make those transformations more generic? E.g. ``` { $class : "org.acme.Foo" myInteger : 10 } ``` Can be transformed to: ``` { $class :...
Makes sense. So this to me feels like it is something that is (largely?) outside the scope of Concerto. Perhaps Concerto could assist in providing a generic transformation like the...
It's still a little fuzzy to me, but I *think* it makes sense. I imagine a JSON transformation that copies the JSON, but maintains a stack to store the path...
Should models.accordproject.org publish Typescript models as part of its release workflow?
I'm seeing this as well.
Please sign commits so that the DCO check passes (check contributor guidelines).