Nico Rehwaldt
Nico Rehwaldt
__What should we do?__ Our existing JSDoc type definitions on services are built in a way that makes it impossible for IDEs to use. Related to https://github.com/bpmn-io/diagram-js/issues/501 we should correct...
Users often request a pool / participant to be collapsable, similar to sub-processes. __Use Case__ Under certain circumstances a user would like to reduce the complexity of the shown collaboration...
__Describe the Bug__ Custom layouted message flows from or to a participant are forcefully re-layouted to straight lines on participant bounds change (or move):  __Steps to Reproduce__ 1....
__Describe the Bug__ When creating an initial participant the preview shown does not match the actual created result:  __Steps to Reproduce__ 1. Open [participant-create-preview.bpmn.txt](https://github.com/bpmn-io/bpmn-js/files/4551059/participant-create-preview.bpmn.txt) 2. Create initial participant...
__Describe the Bug__ A message flow between two participants is previewed by the spacetool as moving, despite not moving:  Can be reproduced on https://demo.bpmn.io, too. __Steps to Reproduce__...
__Describe the Bug__ Our automatic label adjustment is meant to help people by putting labels in appropriate, free spots, it should not introduce additional noise as seen in the following...
Like this: `Activate the lasso tool [L]`. This is a common pattern in tools. We need to discuss if we would like to do this. It would result in the...
__Is your feature request related to a problem? Please describe.__ Right now we got a [hack in place](https://github.com/bpmn-io/bpmn-js/blob/master/lib/features/modeling/behavior/DataInputAssociationBehavior.js) which ensures that we produce valid XML when users model data objects...
__Feature Request__ Always activate direct editing on create. This would simplify quickly sketching new processes with labels. __Note__ Right now, direct editing is only activated for `TextAnnotation` and `Task`. To...
This ensures that PRs moved back to _in progress_ are coverted to drafts and PRs that are moved to _ready for review_ are _marked as ready_. Closes https://github.com/nikku/wuffle/issues/116. --- Note...