angrykoala
angrykoala
Thanks @PhilTerz Solving that thing in particular should be trivial, as the implementation explicitly changes that by capturing the tab event (so, basically, just removing that code).
This issue has been stale from some time, the basic interactions with Gaucho have changed a lot, as now (to mimic a desktop app) no highlight (except minor visual changes)...
Mmm... I think for this we would need to completely rework the tasks system, as simply executing a command through `process` and waiting for stdout may not be enough to...
A workflow was added testing JasonEtco/upload-to-release@master to try and solve this
The package [browser-id3-writer](https://github.com/egoroof/browser-id3-writer) allows writing metadata, which, along with [musicmetadata](https://github.com/leetreveil/musicmetadata) allows to read/write without FFmpeg or libav dependencies
``` Uncaught Error: Electron failed to install correctly, please delete node_modules/electron and try installing again ``` Error thrown when trying this when using browserify+vue on my app.js: ``` "browserify": "browserify...
I @tumidi thanks for your comment, I'll have to take a bit more seriously the Playwright alternative then (until now I didn't see a reason for that migration). In case...
blocked until 3.0 due to breaking change on the API Review similar methods for making this same change
In order to handle websockets, two alternatives: ```js this._page.on("Network.webSocketCreated" as any, ({ requestId, url }) => { console.log("Network.webSocketCreated", requestId, url); }); this._page.on("Network.webSocketClosed" as any, ({ requestId, timestamp }) => {...
* https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-recaptcha * https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth * https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-devtools * https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-user-preferences