Sean Morrissey

Results 7 issues of Sean Morrissey

Hey there - any way you'd be willing to publish this to the Open VSX Registry? It would make this accessible to downstream projects like Theia and VSCodium, which can't...

Can (or, rather, could) `play_pattern_timed` take multiple values for options like enveloping or dynamic levels, or a parameter for scaling values other than `sustain`? Currently, they appear to only take...

Opening a new page will occasionally throw errors, with the below output, despite the pages themselves successfully loading. Affected sites include LinkedIn, Indeed, and Glassdoor, and it appears to in...

has workaround

[Puppeter](https://pptr.dev/api/puppeteer.page.exposeFunction) and [Playwright](https://playwright.dev/docs/api/class-page#page-expose-function) both offer a `Page.exposeFunction` enabling you to set globals to the `window` object and call them. Playwright *also* has a `Page.exposeBinding`, though I'm less sure what's distinct...

enhancement

I've been on kind of a rabbit hole about trying to get around browser fingerprinting (see also: the user agent thing), and found that there are more patches beyond `puppeteer-stealth`...

enhancement