Nico Rehwaldt

Results 1469 comments of Nico Rehwaldt

Added `8.8` milestone. If we don't solve the topic for 8.8, then our users (on the default / happy path) won't be able to deploy/run against 8.8.

Working on this topic we need to ensure that existing user journeys for `

> Alternatively we could just have 2 fields (one for REST and one for GRPC) and validate that only one of them is filled and reachable What would be the...

> It could be that an api is not supported in rest yet We'll support REST first in the future, and GRPC will be for "high performance" use-cases. I don't...

I **can reproduce** by replacing a `*` boundary event with the non-interrupting version: ![capture VgEode_optimized](https://github.com/user-attachments/assets/1871048c-9906-4515-bf00-349226862d83) I **cannot reproduce** by changing an element to be "non-interrupting": ![capture 3jE71z_optimized](https://github.com/user-attachments/assets/40222d19-8199-46b7-9e1b-dde10bde4ac5)

Linked [upstream bug](https://github.com/bpmn-io/bpmn-js/issues/2249).

Cannot easily upgrade, and also not affected by the "issue".

@Vovamzur Mid-term we want to make the keyboard shortcuts pluggable. As part of your environment, and your usage patterns, you should be able to dynamically change shortcuts. The complications are...

@Altnbek1 I see two paths forward: Take into account a configuration `usePhysicalKeys` or the like and use it to switch from logical ("actual character produced") to [physical keys](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code)): ``` //...