Derek Miller
Derek Miller
### Link To GitHub Repo https://github.com/derek-miller/homebridge-wattbox ### Link To NPM Package https://www.npmjs.com/package/homebridge-wattbox
On commit [b3ccce9](https://github.com/graphql/express-graphql/commit/b3ccce9e0ab0acad122522cb7860d54731f5e8d5) a query response containing only the `errors` field is forced to be a 500, however these errors could easily be coercion errors due to incorrect input types,...
**Problem** The spec, as it is currently, is ambiguous when defining how a union type should be handled when used to fulfill an interface. > An object field type is...
Using the `state` param within the `keep()` function has the incorrect `index` when encountering a quote. Looking at the code, `state.index = i`, but then later `i` is changed without...
It appears the logic for when to respect a quote vs an escaped quote does not consider if the preceding escape char is itself escaped. For example: ``` $ node...