SpryMedia Limited
SpryMedia Limited
Sorry about the long delay in getting back to you about this. What is the benefit of removing the overlay, and adding event listeners to the document to close the...
Probably best to have both callbacks - pre and post thinking about it. ColVis is due for a rewrite, so I'll make sure to look into this when I get...
Sorry for the massive delay in replying to this pull request. This looks like a really nice one, but I think we need to be able to parse aiExclude from...
I've found that I can typescript define a getter with an argument in the viex-typescript-interface interface using: ``` readonly data: (id: number) => IData; ``` Then in the getters: ```...
I'm finding that I need to use `store: store as any` due to this issue as well (#3 is related). Since `vuex` is installed alongside `vuex-typescript-interface` I'm getting a TypeScript...
Hi - thanks for your replies! This was targeting the `v2` branch - have I not set the pull request up properly to reflect that? Regarding the `dist` directory -...
Sorry for quite getting it - when you `npm install socket.io-prometheus-metrics` it will pull in the contents of this repo (I'm assuming the v2 branch here) - then if you...