Steve Tung

Results 16 issues of Steve Tung

It'd beneficial to be able to change the `waitUntil` behavior (currently set to `networkidle0` [https://github.com/tungs/timesnap/blob/fdfece3dd7eb7766365b42a7ab3d4b94195d9a3f/index.js#L175](here). In general, it'd be good to allow the user to specify all `page.goto` options. Also...

enhancement

When writing to the ffmpeg's `stdin` (i.e. when not in frame mode), there can be a ECONNRESET error thrown from the ffmpeg process. It looks like this is caused by...

enhancement

[Playwright](https://github.com/microsoft/playwright) is a Puppeteer alternative that offers out-of-the-box support for additional browsers, including Firefox and WebKit. The API is similar with Puppeteer's, though there are some differences that make it...

enhancement

This issue is to discuss reorganizing and reformatting code. If you think there should be changes in code organization/eslint rules/style/markdown/etc. make a case for them here. Given the size of...

enhancement

Add an option to overwrite code in Web Workers. Syncing times between page and worker may be tricky. See https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#class-worker for more info

enhancement

In breathe.js 0.2.0, in breatheChain, sometimes `handleGates` is called when the state is paused, and there is no pause gate defined. This generally happens when a pause command propagates through...

**Is your feature request related to a problem? Please describe.** There are some situations where I'd like to be able to engage or disengage the virtual timeline. **Describe the solution...

enhancement

**Is your feature request related to a problem? Please describe.** For certain time-based programs, it'd be useful to be able to set the virtual time so that `new Date()` and...

enhancement

This issue is meant to house references to real time currently handled and unhandled by timeweb. The handled features may eventually be moved to the README or wiki. ## Scope...

enhancement

**Is your feature request related to a problem? Please describe.** [Web Animations](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API/Using_the_Web_Animations_API) operate a lot like videos. It would be interesting to investigate whether the API can be overwritten to...

enhancement