Stephen Mathieson
Stephen Mathieson
If your GraphQL endpoint returns an error, this module will swallow it here: https://github.com/kevva/graphql-got/blob/v0.1.1/index.js#L38 Instead of dropping `res.body.errors`, they should be assigned to `res` (maybe as `res.errors`?). Would you accept...
I generally use CircleCI nowadays, so it'd be nice if there was a rule to enforce it :)
attempting to run the `xar` binary yields: ``` -bash: ./xar: cannot execute binary file: Exec format error ``` machine info: ``` $ sw_vers ProductName: Mac OS X ProductVersion: 10.10.3 BuildVersion:...
more at: https://github.com/stephenmathieson/node-sophist/issues/12#issuecomment-55762781
https://github.com/stephenmathieson/batch.c/blob/master/src/batch.c#L174
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/catch
thoughts on implementing code coverage reporting using [yields/coverage](https://github.com/yields/coverage)? cli api could resemble: ``` $ component test {browser,phantom} --coverage ```
this is really just my ocd, but when using `component test browser`, i don't want the page title to always be "domify tests"
Hi! First off, DockerHub is great! Thanks a ton for this service! I'm trying to convert a DockerHub account to an organization. I'm trying to add myself as an owner...
## Ignoring request body in DELETE requests ## Environment Information * koa-body: v4.1.1 * Koa: v2.8.1 * Node.js: v10.16.3 ## Current Behavior Request body is neither parsed nor assigned to...