Kosta

Results 45 comments of Kosta

I am seeing a similar discrepancy between `statement counts` (`s`) and `statementMap` ... see: https://github.com/istanbuljs/istanbuljs/issues/260#issuecomment-453122133

I added my findings to #260 but since I am not familiar enough with the internas of the code coverage code I am not able right now to provide a...

what is the status of this? abandoned?

See: https://github.com/kamon-io/docker-grafana-graphite/issues/92

When you open up the `GraphiQL` web page, you could add a second tab for `Voyager` which allows you to explore the `GraphQL` schema in a different way... e.g.: ![image](https://user-images.githubusercontent.com/2526664/46275158-4039e800-c55c-11e8-94de-46c3aff268e6.png)

I haven't looked into it for a while, since I am currently not actively using GraphQL (at least at work). But sure, feel free to contribute in whatever way...

@arianon I had to change it to this: ```Javascript class CostAnalysisApolloServer extends ApolloServer { async createGraphQLServerOptions(req, res) { const options = await super.createGraphQLServerOptions(req, res); options.validationRules = options.validationRules || []; options.validationRules.push(graphqlCostAnalysis({...

with `npm install --save js-yaml` you can change the line in the example usage: ```javascript var swagger = JSON.parse(fs.readFileSync(file, "UTF-8")); ``` by ```javascript var yaml = require('js-yaml'); var swagger =...

any updates on this one? would be very much appreciated!