Michael Bradley

Results 48 comments of Michael Bradley

In case it's helpful: `ctrl-z` and `fg` seem to work correctly if `NCOPTION_DRAIN_INPUT` is used. For example, `poc/gradients` can be suspended and resumed without any problem.

On Firefox 52.0.2 I get `SyntaxError: yield is a reserved identifier`. If I take out the yield, such that it's a proper async method, it works okay.

My thought was that one might intend to implement `async *foo()` on a class, but forgot the `*` and so ended up using `yield` in a non-generator async method, which...

The serialized representation resulting from that expression's evaluation depends very much on the JavaScript engine in which one evaluates it. Compre, say, Node.js vs. Safari.

One advantage would be that the top-level [Shen Language org page](https://github.com/Shen-Language) on GitHub would provide a highly visible "at a glance" view of the Shen ecosystem. You would not personally...

@gregspurrier GitHub issues (e.g. bug reports) can be easily _disabled_ on a per repo basis (settings page), which is a signal to report issues upstream. For proper forks and mirrors,...

I'm experiencing this issue with vagrant 1.6.3, but setting `config.nfs.functional = false` per @maxlinc worked for me.

It's not a work of art by any means (and is also a work in progress), but here's an operational Vagrantfile, and supporting files, partly derived from the [coreos-vagrant](https://github.com/coreos/coreos-vagrant/) project,...