Marek Krzeminski

Results 8 comments of Marek Krzeminski

I'm on 1.39.0-insider and this plugin is still broken. Used to work fine.

does it work if you downgrade to npm v6.x ? I just noticed a bunch of things don't work properly if I use npm v7.x

How do I activate and record using Spector.js inside an Electron application? In chrome, there is a toolbar button that you need to press to get the record button, but...

I just came across this **bug** while using the plotly_relayout callback too. When zooming in on a plot the event data I get is: `{xaxis.range[0]: 0.20859375, xaxis.range[1]: 0.265625, yaxis.range[0]: 124.36153675327559,...

I filed this bug a while ago here: https://github.com/ionic-team/stencil/issues/2235 It was claimed to be fixed, but the problem is still occurring and isn't fixed

I'm writing my code using https://stenciljs.com/ which is reporting the following TypeScript version: ``` C:\Users\me\Documents\work>npm list typescript [email protected] C:\Users\me\Documents\work `-- @stencil/[email protected] `-- [email protected] ``` My tsconfig.json file looks like this:...

In the lib.dom.d.ts file I have the following definition for HTMLElement's addEventListener: ``` addEventListener(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void; addEventListener(type: string, listener:...

> What is the proper solution to this - or what is the reason why it creates an error in the first place? I have been using msheakoski's solution. It...