Stephen Mathieson
Stephen Mathieson
FWIW, the change seems good; I just don't know if it'll satisfy a requirement I've never considered
We do this for some packages. This far, we've only done so for packages we use/rely on.
Interesting thought. I'm pretty used to doing something like this (coming from apollo-client): ```js if (data.error) { handleErrorSomehow(data.error) } ``` Where `data.error` is the error coming back from the GraphQL...
ugly workaround, but: ``` js var foo = (yield prompt('foo:')) || 'bar'; ```
In the Makefile? It's somewhat expected that you link `pthreads` when compiling, since this package depends on it directly. (Note: no need on a mac) Either way, feel free to...
@MatthewMueller yes!
What's the status of this PR? Can it land soon?