Adam Heath

Results 9 comments of Adam Heath
trafficstars

I am using this in a GraphQL API to transform the response to snake_case (which legacy code expects). This works fine for 'normal' data, but the 'special' data (e.g. `__typename`)...

I just implemented this as I needed it for my project, would be great to have it upstream and may be useful to others :)

@PatrikLythell The Math.min() was to stop it moving too much in one step (if the animation frame were delayed a significant amount it would jump along a little). The finite...

We've been using https://github.com/oracle/cordova-plugin-wkwebview-file-xhr which works for us

Oh, sorry no the patch plugin I linked will only make server side cookies function (so things like login will often just work) - it won't allow you to get/set...

@tsov The `KeyboardSensor` looks like a great solution, do you have any update as to its status? It looks like both of the other components to this are already in...

I had 3 Atom windows open and disabling this package really changed my CPU load!

Sadly this now fails in more places with latest axe-core-rspec (4.9.0) and cuprite (0.15.1). I tried extending @camertron's patch to provide the `browser.manage.timeouts.page_load` getter/setter and the `browser.execute_script` method but hit...