Dan Selman
Dan Selman
Yes, I think supporting Formulas that returns markdown is the right way to solve this. E.g. https://github.com/accordproject/markdown-transform/issues/274 This sends a clear message to users that this text doesn't roundtrip and...
To fix #63 we need to be able to specify the locale for a template, with the default date/time format for the template based on the locale for the template....
Thanks for the report. I agree that allowing Cicero server to be used offline would be useful. It sounds like adding a new environment variable to specify offline usage of...
I'm not sure what the _current working directory_ is for Node on Windows. Can you try `.\ testcicerofolder` please.
Reopening this, as it has been raised recently by the community - and support has been added for it to the Typescript generator: https://github.com/accordproject/concerto/issues/429
The concept `[email protected]` already has an identifying field, so you cannot redeclare or override it for `HelloWorld`. This works: ``` namespace [email protected] import [email protected] from https://models.accordproject.org/accordproject/[email protected] @template asset HelloWorld extends...
Note that if `$class` is missing we could assume that we need to do a type lookup - if the type found is abstract then we fail with an error.
> declared Note that type determination based on the type of the property only works if you assume that the model doesn't change between when the instance was serialised and...
This is an interesting requirement. It feels like syntactic sugar for "create a new type with name TOpt, copying all the fields from the existing type T and making them...
https://github.com/mozilla/mozjexl https://github.com/LeanyLabs/formula-engine http://mvel.documentnode.com https://github.com/NeilFraser/JS-Interpreter https://developer.mozilla.org/en-US/docs/WebAssembly/Using_the_JavaScript_API https://github.com/ipld/ipld/issues/75 https://github.com/WebAssembly/component-model/blob/main/design/high-level/UseCases.md