Martin Trobäck

Results 55 comments of Martin Trobäck

Same issue here. Get spammed by a couple of hundred `DevTools failed to parse SourceMap`. Electron 8.2.0. Started after we upgraded to 8+.

@kidsonfilms-python-rules this may be a workable solution for you. I have, what seems to be, hundreds of files missing. And it's not a "physical" location. `DevTools failed to parse SourceMap:...

I "solve" it for now by writing `-DevTools` in the console filter input to hide them.

This may be a Chrome bug, introduced in Chrome 80. https://bugs.chromium.org/p/chromium/issues/detail?id=1052872

This problem also affects `APOLLO_DEVELOPER_TOOLS`. ``` ExtensionLoadWarning: Warnings loading extension at /extensions/jdkknkkbebbapilgoeccciglkfbmbnfm: Unrecognized manifest key 'author'. Unrecognized manifest key 'page_action'. Unrecognized manifest key 'update_url'. Cannot load extension with file or...

I get the exact same problem when using electrons own methods of initializing extensions. So this might be an electron bug? ```js session.defaultSession .loadExtension( '/home/username/.config/google-chrome/Default/Extensions/fmkadmapgofadopljbjfkapdkoienihi/4.13.5_0' ) .catch((err) => { console.log(...

> I submitted a PR for a fix for this issue: #177 > > But this PR never got a reply from the author I took a look at your...

It seems to be working. But we have a couple or props we need to add. `duration`, `startTime` and maybe `className`.

Still not working on Windows with Git Bash. ```bash $ yarn upgrade-interactive --latest yarn upgrade-interactive v1.22.4 info Color legend : "" : Major Update backward-incompatible updates "" : Minor Update...

I'm not sure I see this as a bug either. If you need advanced features you are probably better off using media-stream-library. The use case for this library is not...