Nico Rehwaldt
Nico Rehwaldt
__Is your feature request related to a problem? Please describe__ A form can be fed with input, and that input may be broken. Unfortunately we don't eagerly validate such broken...
I try out your library and have trouble getting `example1` to work. Accessing [localhost:8080/dynamic/app](http://localhost:8080/dynamic/app) on `example1` returns an `internal server error`. The server log says: ``` plain SEVERE: Unexpected exception...
**Is your feature request related to a problem? Please describe.** I'm implementing [`markmark`](https://github.com/nikku/markmark), a language server for markdown at the moment. That language server shall allow me to `Go to...
### Describe the bug We recently [added validation for forms](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/151) (to drive users to implement their user tasks). As it looks like the implementation does not properly hint on the...
### Problem you would like to solve As a user first working with the modeler I need to learn a few crucial aspects: * Creating a new Diagram * Navigation...
### Describe the bug Due to the way the popup editor toggle icon is styled it shows insufficient contrast when it is rendered above existing code:  ### Steps...
### Describe the bug In the context of https://github.com/camunda/camunda-modeler/issues/4037 we forgot to keep the documentation property if we replace a connector task with a service task (this is a special...
### Describe the bug As a user creating a form I cannot scroll (horizontally), as the area is blocked by the bottom resizer:  ### Steps to reproduce 1....
### Describe the bug The default behavior for our editors is to line-wrap textarea style:  We see the decision table (cell) editor exibit a different behavior: ...