Andy Earnshaw
Andy Earnshaw
[Example UnityWebData1.0 File](https://cb-cdn.synapse-games.com/webgl-dev/161-3/Build/161-3.data.unityweb) The signature on these files is _UnityWebData1.0_. These files just appear to contain one or more `.unity3d` files, so it would be great to cut out the...
A lot of the bundles I'm extracting have sprite atlases in them and it's pretty tedious to manually cut them out and rotate them to the correct position. I've been...
I've noticed that if I press up to navigate history whilst typing a command, any press of the left or right arrow key completes the command with the currently selected...
I'm adding a key handler to a behaviour that a consumer adds to an element to virtualise scrolling. The handler intercepts the keys that normally scroll the element and adjusts...
### Basic info: - **Node.js version:** 7.8.0 - **jsdom version:** 11.1.0 ### Minimal reproduction case ```js const { JSDOM } = require('jsdom'); const assert = require('assert'); const dom = new...
### Bug description Steps to reproduce the problem: 1. Create a page with an iframe, in the iframe place a page with a button 2. Call `console.log(await page.accessibility.snapshot())` 3. Observe...
I'm a huge fan of this proposal, I'd really like to see it advance to Stage 1 and beyond. I'd also like to get some thoughts on providing virtual accessors...
I've recently been working on a new component that does some interesting effects with scrolling. One of the effects is speeding up/slowing down the scrolling at certain points, essentially absorbing...
I get the following error when trying to run the example from the readme: ``` *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi. ***...
**Is your feature request related to a problem? Please describe.** When I press `:` to enter ex-mode and start typing a command, it takes a while for my eyes to...