Eric Simons

Results 49 comments of Eric Simons

@ogix @npx any chance ya'll (or anyone else reading this) would be interested?

Okay -- we might have to do 1-2 rounds of revisions FYI, just to ensure everything is solid & the ang team approves. Can you drop me a note at...

@pauldubois777 awesome! we're currently chatting about this in our private slack channel; can you send me an email at [email protected] and I'll invite you?

@babilog yeah, this ended up not happening the first time around unf. If you make a PR for unit tests I will absolutely accept them 👍

@babilog ^ what @SandeeshS said! Feel free to make a pull request & I'll review + accept 👍

I just tried in Safari 10, Chrome, Firefox and am unable to repro this issue. Did you `npm install`? If yes, perhaps removing node_nodules and trying again?

Got it. This is actually an open issue on the Angular CLI repo: #https://github.com/angular/angular-cli/issues/1675 For those wondering how to fix this: http://stackoverflow.com/questions/35017800/ionic-2-using-angular-2-pipe-breaks-on-ios-cant-find-variable-intl We might go ahead and add the polyfill...

Hey all- Eric from StackBlitz here, happy to provide some context. StackBlitz uses [WebContainers](https://blog.stackblitz.com/posts/introducing-webcontainers/) (a WebAssembly-based operating system) to run Node.js inside your browser tab. This version of Node.js is...

> Is there a more technical overview available that describes the exact interface that is available and some of the implementation details? Beyond what's in the readme and the blog...

Yeah I think that makes sense. It looks like Next.js does a try-catch to determine if the runtime can load the native addon, and if not then loads the Wasm...