Markus Schlichting
Markus Schlichting
## PR Checklist - [x ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. ## What is the current state of the documentation article? use the scoped import of @nativescript/core instead...
Hi, currently, the latest version on NPM ist 5.0.1. The last release listed here on github is 4.4.1 and the version in src/package.json is 5.0.0 Please try to align these...
Hi, after upgrading to the latest version of the plugin, I get the error below when the component showing the map is initialized. ``` JS: ERROR TypeError: Cannot read property...
### Version * vert.x core: 3.8.2 * vert.x auth: 3.8.2 ### Context I encountered an exception which looks suspicious while setting up a backend-service implemented with quarkus secured with the...
Hi, the documentation says: " The plugin only includes binaries for the platform running the build. " But when importing the project into IntelliJ on Mac, Gradle provides the dependencies...
add debug outout and exception handling fix to get rid of over-and-over sent notifications. I think esp. the changes to line 410 helped to fix the issue.
I reported this already to https://github.com/nextcloud/server/issues/20286 before I realized now that it seems to be cause by this app. Please refer to that issue for details. Trying to find the...
Hi, It would be great if the build can generate SCSS files that can be used as a style to the core theme :)
Hi, if I got this two information bits right, I get into trouble if I want to mode the node_modules folder somewhere else but keep the gulpfile.js still in my...
Hi, I attempt to make use of the JSON datatype using groovy. I was looking at the examples in https://www.julienviet.com/reactive-pg-client/guide/groovy/index.html Unfortunately the statement ``` def tuple = Tuple.of(Json.create(Json.create(null)), Json.create(Json.create([ foo:"bar"...