Matthew Snow
Matthew Snow
Signed-off-by: Matthew Schnee This PR updates the options for `GraphQLServer` to supply the optional `emitSchemaFile` option. This is the same configuration used by `TypeGraphQL's buildSchema` method. Note that this is...
This is the cause of #16 Reproduction steps: - Install mirage as an extension or run it locally. - Provide an AWS-hosted ElasticSearch cluster URL and index. - Note in...
In a project I am working with, our test coverage recently plummeted from 97% to 64%. During the investigation, I have discovered that `nyc` is outputting different data: `.nyc_output` was...
The following does not work: ``` prettier-tslint check ./packages/node_modules/@scope/packageName/src/path/to/file.ts ``` Prettier addresses this by having a `--with-node-modules` option, which changes the default filter. This is fixed by #20
Parameters with a `$ref` that are defined in `externalSchemas`, that have custom validation, aren't validated, because `openapi-jsonschema-parameters` is stripping the `$ref`. ```ts const someGetter = (req, res) => { res.send(200)...
``` TypeError { message: 'path must not be empty', } ``` in sync.js ``` const groups = patterns.map( pattern => new _GlobSync(pattern, opts, ignores).found ) ``` invoked via: ``` globGitignore.sync("**",...