Zach Ploskey
Zach Ploskey
Upstream release notes: https://github.com/GoogleChrome/puppeteer/releases/tag/v1.10.0 Specifically these changes are needed: - [ ] `Browser.waitForTarget` (GoogleChrome/puppeteer@6ac66c3) - [ ] `BrowserContext.waitForTarget` (GoogleChrome/puppeteer@6ac66c3) - [ ] Bind to `page.accessibility` (GoogleChrome/puppeteer@9ba3261)
Release notes: https://github.com/GoogleChrome/puppeteer/releases/tag/v1.11.0 There were not a lot of changes here. It mostly involves adding an optional `options` parameter to `Page.setContent`.
Fixes #45.
We have a number of functions that can be used to evaluate an arbitrary javascript function in the browser context. If a Bucklescript-generated function is passed in, quite often it...
Similar functions are in `FrameBase` with names starting with `selectAllEval`, so this naming should be kept consistent. This feature was added in Puppeteer 1.4. Puppeteer commit: https://github.com/GoogleChrome/puppeteer/commit/88b996877fd83514cc5c2bedee7b817db9a0eb79
In our use case we ought to have access to a [huge list of browser events](https://developer.mozilla.org/en-US/docs/Web/Events), since Browser implements EventEmitter. There's some work done on this in `bs-webapi`: https://github.com/reasonml-community/bs-webapi-incubator/tree/master/src/dom/events There...
We should put this function and its variations in FrameBase so that we don't need to repeat it for Page and Frame. https://pptr.dev/#?product=Puppeteer&show=api-framewaitforfunctionpagefunction-options-args May not be a need for a...
We are missing doc comments for a lot of the bindings. Adding them really improves the developer experience in the editor and will eventually allow us to generate some API...
On Omeka 2.5.1 running on PHP 7.0 and 7.1, attempting to run a background process (in my case the DerivativeImages plugin) gives me the following: ``` PHP Fatal error: Uncaught...
Any chance you could publish a new release to NPM including the recent bs-platform updates? I've been depending on the git repo to make things work with bs-platform 4+.