Dominic Chambers

Results 21 comments of Dominic Chambers

I'm just now trying to upgrade a repo to Apollo Server 3 that's using `apollo-server-integration-testing` for integration testing, so we'd also love to see a release. Maybe it could be...

> I'm just now trying to upgrade a repo to Apollo Server 3 that's using `apollo-server-integration-testing` for integration testing, so we'd also love to see a release. Maybe it could...

I've just found an even more compelling reason for wanting this feature. Although subgraph teams are already recommended to setup Apollo checks within their CI pipelines, this is not possible...

Yet an even more compelling reason for this feature is where a composition error starts to occur on staging or prod, where CI checks are required, and therefore blocking PRs...

Hi @IvanGoncharov 👋 . We use [graphql-eslint](https://github.com/B2o5T/graphql-eslint) but are currently unable to disable linting rules because of tooling we have that uses the `parse`, `visit` and `print` functions from `graphql`,...

Hi @emgeee, apologies for the slow response. The `recursive-test.js` file is only really there because I was trying to keep things as _light-touch_ as possible so that I could present...

Nice, I like the sound of all of that, and I was already wondering about creating a Yarn version, so it all fits together nicely. I wonder though if the...

Ah, so I was thinking of detecting whether the user has just typed `npm install` or `yarn`, rather than whether they have once previously used Yarn, or whether somebody else...

On a related note, does anyone have a work-around that would allow me to create an `isIterable` function that Flow could used to disambiguates the type of the argument I...

@butabeka, I'd never heard of TLP before, is this [what you're referring to](http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html)? If so, is this something that is installed by default in Ubuntu 15.04?