Axel Meinhardt

Results 15 comments of Axel Meinhardt

Same problem when using mocka with [Vuetify / VGrid](https://github.com/vuetifyjs/vuetify/blob/175b9acfd438be86de7687bc48bf9d84c0ee4949/packages/vuetify/src/stylus/components/_content.styl#L16-L18). It produces ``` @-moz-document url-prefix() { @media print { .v-content { display: block; } } } ``` I think vuetify uses...

PR https://github.com/eclipse/paho.mqtt.javascript/pull/158 suggests webpack build with ``` library: "Paho", libraryTarget: "umd" ```

I started to structure the main file (class + import), used webpack, changed vars to let/conf, cleaned the eslint errors and adjusted some small things in the utility to being...

my pull request https://github.com/eclipse/paho.mqtt.javascript/pull/158 supports tcp/tls (for chrome app). I this issue is about tcp for node? Maybe that would result in one paho.js build for web, another for node.js?

PR https://github.com/eclipse/paho.mqtt.javascript/pull/158 would set up the utility be being able to run as chrome app (including tcp/tls). The error still shows once, because it is triggered on every read request...

@kazupon : that looks promising, thanks! [With updated dependencies](https://github.com/ameinhardt/tsI18n/commit/9326b9b38ccab5fdd77600792b187ead596f9bfc), I 'only' get a different error on `npm run build`: ```bash src/App.vue:19:8 - error TS2339: Property '$t' does not exist on...

I guess that's because [vue-loader/plugin-webpack5](https://github.com/vuejs/vue-loader/blob/b53ae44e4b9958db290f5918248071e9d2445d38/lib/plugin-webpack5.js#L171) is using 'resource/resourceQuery' but [cli-plugin-babel](https://github.com/vuejs/vue-cli/blob/c8a4852eefa27b56501a3f6547733a4bd68a090c/packages/%40vue/cli-plugin-babel/index.js#L40) 'exclude' on the same (.m?jsx?) rule. @sodatea: Could vue-loader and cli-plugin-babel use a common interface or should they create two...

Transforming json keys directly to xml element names might e.g. also not work for arbitrary measurement names. These names are key ([specification](https://www.eclipse.org/unide/specification/#series)) and could be e.g. "min pressure" with blanks....

@azoitl: would you provide a C binding?

Hi @pankeshlinux , if you want to use the server or client, you could follow the instructions described in the blog: https://www.eclipse.org/unide/blog/2018/3/26/Release-0.2.0 If you want to contribute and have java...