Michael Holopainen
Michael Holopainen
As you do not have the standard LICENSE.txt file nor the license key in package.json the automatic license checkers can not detect the license for your package. So would be...
Flowable CMMN documentation documents autoStoreVariables attbibute for the Script task, but it is missing from modeler. Not only in UI but in back end REST endpoint code too. NB: This...
Other renders have 'className' variable to control the style of the forms fields. Toward this end I added 'fieldFlexWidth' uiSchema varaible to control the flex grid withs in MUI ObjectFieldTemplate.tsx...
setting : > npm config set registry "http://registry.npmjs.org/" > via gradle
**Motivation** Looking for Json-Forms editor / designer But this (at least the netify demo) is not capable of editing the form, only styling already existing form definition. Projects claims to...
We have a lot of proxies and running deploy takes looooong time. We structured our solution as Maven multi module project. So simply running from root all we can easily...
With react-ketting: 4.0.10 I am getting error : > react-ketting.js?v=61b31b9f:379 Uncaught TypeError: Cannot read properties of undefined (reading 'data') > at useNewResource (react-ketting.js?v=61b31b9f:379:47) from function **useNewResource** line 114 ` data:...
With react-ketting: 4.0.10 I am getting error : > react-ketting.js?v=61b31b9f:379 Uncaught TypeError: Cannot read properties of undefined (reading 'data') > at useNewResource (react-ketting.js?v=61b31b9f:379:47) from function **useNewResource** line 114 ` data:...
Flyway cli download is not working on containers on Mac I guess it creates Frankenstein filename combining Linux OS from container and architecture from Mac CPU. "linux-arm64" https://github.com/domdinnes/node-flyway/blob/master/src/cli/download/downloader/flyway-cli-downloader.ts#L103 ```javascript return...