Diana Lease
Diana Lease
**Describe the bug** `getStateTypes()` returns `org.accordproject.cicero.contract.AccordContractState` for clause templates that do not utilize state **Expected behavior** The distinction between stateful and stateless clauses should be more clear.
**Is your feature request related to a problem? Please describe.** Html blocks are a markdown feature that the editor currently does not support **Describe the solution you'd like** The ability...
# Feature Request 🛍️ Clean up error messages to use Globalization class to localize error messaging ## Use Case ## Possible Solution ## Context ## Detailed Description
# Bug Report 🐛 Concerto analysis returns no change for: - Changing a default value (maybe also adding one?) - changing a range to be less restrictive - adding/removing optional...
# Bug Report 🐛 Links and references to Template Studio should be replaced with Template Playground ## Expected Behavior ## Current Behavior ## Possible Solution ## Steps to Reproduce 1....
The dependency on jsdom requires users to ignore `jsdom` via webpack when using this module in a web app, since jsdom is not made to run in the browser. We...
# Discussion 🗣 This repo is not maintained and Ergo has been deprecated and the Ergo repo has been archived. Should we get rid of the Template Studio app completely...
currently, the pattern used for setting the React component's state is dangerous because `const state = this.state` does _not_ clone `this.state`. it's a reference to the state object, which means...