Neil Crossley
Neil Crossley
#### Issue details My build with robovm fails due to a multi-catch when one of the exceptions is shadowed (in this case, `java.nio.file.ClosedWatchServiceException`). The following block fails: https://github.com/ecsec/open-ecard/blob/36ae6a497b5668a2c9fe58c9761be53f91d68c08/addon/src/main/java/org/openecard/addon/AddonFileSystemMonitor.java#L153 ```java }...
**Is your feature request related to a problem? Please describe.** Generated PlantUML diagrams do not contain explicitly contain end states as stated in the documentation https://contextmapper.org/docs/aggregate/ > // target states...
**Is your feature request related to a problem? Please describe.** I enjoy the breadth and depth of support for the Sculpture concepts, such as the plugin syntax support for DataTransferObject...
**Describe the bug** `Form.Input` in the typings file explicitly excludes `renderAs` ```typescript // https://github.com/couds/react-bulma-components/blob/v4.1.0/src/components/form/index.d.ts#L91 declare const Form: { Input: ( props: OmitKeys< InputProps & ElementProps, 'renderAs' | 'readonly' >, )...