Mike Mitterer
Mike Mitterer
@AlenQi I'm using Vue 2 and Vuex with TS without any problems. Here you can see how I use it: https://github.com/MikeMitterer/vuetify-ts-starter/blob/master/src/views/About.vue (CounterStore) And here https://github.com/MikeMitterer/vuetify-ts-starter/tree/master/src/store how everything is glued together....
@Teebo Here is my solution: https://github.com/MikeMitterer/vue-ts-starter/tree/master/src/store + https://github.com/MikeMitterer/vue-ts-starter/blob/master/src/views/Home.vue Works with interfaces, no direct import...
Hi @valeros the problem is `_Z_DUMMY_TARGET`. Just add `add_executable(${PROJECT_NAME}_Z_DUMMY_TARGET ${SRC_LIST})` and the problem is solved. Here is a CMakeLists.txt: ```cmake # !!! WARNING !!! AUTO-GENERATED FILE, PLEASE DO NOT MODIFY...
Hm, funny - I don't use the plugin at all. OK - thats not really true, it runs somehow in the background but usually I use the native cMake support...
Since a month or so there is a permanent problem with this Matchers-definition. I don't get it why this interface is not part of jest-sources so that it can be...
Cool + Thanks, I'll check it out.
Hmm - after removing the DCE-plugin it takes ~2secs. Better! but it should not be necessary to remove the plugin for turning off optimization...
I had another app with the same problem. Where "shelf" and "workbench" are `List lists`. ``` dart void moveDeviceToWorkbench(final Device device) { Validate.notNull(device); shelf.removeWhere((final Device deviceInList) => deviceInList.uniqueID == device.uniqueID);...
@chirayuk Any news on this? It's annoying. I'm really surprised that nobody else encountered this problem. For every list I have to insert items at the beginning of the list...
For example I can pub build example for: https://github.com/MikeMitterer/dart-wsk-material but pub build example fails for: https://github.com/MikeMitterer/dart-wsk-angular