Tiago Bento
Tiago Bento
I'm having a similar problem... I'm using a controlled flow, and when I change my model externally, `onNodesChange` is getting called, notifying me about something I already know was done......
@neo @moklick Any thoughts?
I was able to work around this issue by: 1. Making my mutations idempotent, so changing the dimensions/position etc of nodes will not trigger state updates if the values are...
See https://github.com/actions/toolkit/issues/359
@karreiro Adding you as a reviewer too. This PR is supposed to fix the Monaco issue when running the webapps with `gwt:run`. We're removing the properties that disable the checks...
Need to configure an `install:install-file` execution during the `install` phase too, as JARs with custom classifiers apparently are not installed by default.
To test if the install is successful: `mvn dependency:unpack -Dartifact=org.kie.kogito:jitexecutor-native-darwin:999-SNAPSHOT:jar:binaries -Dmdep.unpack.includes='jitexecutor-native-*'`
Ok, so it looks like the `install` plugin is correctly installing the `binaries` jar with the correct classifier without any additional configuration. This PR is now only missing the publication...
Hi @tommy351, any chance you can take a look at this PR? Thanks a lot in advance!
@tommy351 Hi! Could you please take a look at this PR? It's pretty simple and improved the experience when developing apps that depend on it. Thanks a lot!