Michał Grzegorzewski

Results 22 comments of Michał Grzegorzewski

> This can be achieved with https://www.npmjs.com/package/c8 > Not sure if censoring this would be the right thing @MoLow Thank you, I am sorry I missed that. This seems to...

@MoLow, @ovflowd sure, thanks for your reply, all that make sense.

> Did you find any alternative? I managed to workaround it. Instead of postMessage i just dispatch a message however would be good to have it properly working ```javascript //dom.window.postMessage('TheMessage',...

same issue here - it seems also doubles the entires in map while external option { "version": 3, "sources": ["../src/main.ts", "../src/main.ts"], "sourcesContent": [

really confusing, may we get it? https://github.com/microsoft/TypeScript/pull/54621

ok seems it is the Electron issue which differs from Chrome. So the extension won't work due to electron has not exposed chrome.scripting in the api https://www.electronjs.org/docs/latest/api/extensions#supported-extensions-apis maybe this should...

it doesn't work with @electron/rebuild. I have similar issue with sqlite3 package I am using pnpm and when I add electron-rebuild package (legacy) > pnpm electron-rebuild --force -m node_modules/sqlite3 then...

same here. I have temp workaround ```pnpm --prefix=node_modules/sqlite3 run rebuild``` or also works for me `(cd $(dirname $(node -p 'require.resolve(`sqlite3/package.json`)')) && pnpx prebuild-install -r napi --verbose)` or `(cd $(dirname $(node...

I can see it almost every time I restart Idea not sure if that matters but i can see in Idea logs thati is looking for angular config which I...