tillkolter

Results 4 comments of tillkolter

@okwme well, I needed it for my scenario, because I wanted to be informed when the account is "identified" to query more identity specific details from the contract. I thought...

My workaround was to add the libraries to the `transformIgnorePatterns` in the Jest config. This doesn't solve the root cause, but sufficient as a workaround. ``` "transformIgnorePatterns": [ "node_modules/(?!(lightweight-charts|fancy-canvas)/)" ]...

Unfortunately I can not help you with real-world-approved suggestions from the plugin as I am at the moment more evaluating the options based on judging the [source code](https://github.com/ScreamZ/vue-analytics/blob/master/src/AnalyticsPlugin.js). What I...

Was facing exactly the same problem. Unfortunately I only found out about this issue after introducing semantic-release to our pipeline – and was getting much love so I just decided...