Andrew Pyle

Results 22 comments of Andrew Pyle

Is there a specific reason that the Web Storage APIs are not supported in Deno Deploy? [Deno itself has supported them since 1.10.](https://deno.land/manual/runtime/web_storage_api). A no-dependency persistent key-value pair would be...

Same issue here with `[email protected]` and `spectron@^12.0.0`. Using `jest` to run tests. I've been struggling to get it integrated into my electron app for the first time. I was hitting...

@pgalle Is there a reason Spectron cannot just upgrade to the latest `webdriverio`? Is it just a matter of opening a PR with the bumped version? I don't see any...

Actually, Spectron has `webdriverio` specified like `^6.1.20`, so npm will install the `6.5.2` version on `npm install`. My Spectron tests are running against `[email protected]` already, and I'm still seeing the...

@ModestMC Great! I'd be glad to work with you on this. However, I have never run a local netlify build, so I wouldn't be able to easily test it without...

@ModestMC I went through the same process as you did, and got stuck trying to build a new version of the docker build image (to replace netlify/build:xenial on dockerhub). I...

@ModestMC I went ahead and opened a PR for this change, to hopefully get someone in this conversation who knows more than we do.

An explanation of the problem from Gatsby's perspective is at https://www.gatsbyjs.org/docs/debugging-html-builds/ They have the snippet for `gatsby-node.js` to fix, and it will probably stay updated.

@sr258 Your explanation makes sense. I am considering digging into the JSON for a reporting feature myself. What kind of work, if I did it myself, be beneficial to contribute...

This project looks very interesting! I was linked here from [TC39 Proposal for ECMAScript Pattern Matching](https://github.com/tc39/proposal-pattern-matching). Is this up on NPM? I'm interested in using this project in browser code....