Michel Werren

Results 12 issues of Michel Werren

feat: completion function to MessageConsumer returns a future Alternative to completionHandler. Motivation: https://github.com/vert-x3/vertx-lang-kotlin/issues/190

When i execute ./gradlew build on new-mpp project i get the error: "No executable npm found"

The most continous integrations and / or its agents runs under the root user. Chrome headless for example needs the --no-sandbox when he's started under root. I will do a...

The creation of the Karma tasks depends on the existence of the "compileTestKotlin2Js". In MPP projects this is now called "compileTestKotlinJs". So Karma tasks are not created.

In the new-mpp example when i execute ./gradlew build, the resulting package.json looks like. ``` { "name": "new-mpp", "version": "0.0.0", "description": "Here we have custom description", "main": "new-mpp", "dependencies": {...

In the case another launcher like karma-chrome-launcher is used, the phantomjs launcher is needless and obsolet. The karma-phantomjs-launcher should act as fallback. I will do a PR.

In some situations symlinks are not very handy, for example with Docker etc. For me, i got problems to bring the build working Teamcity agent. It would be nice to...