Matt Shwery

Results 30 comments of Matt Shwery

+1. No version AjaxMin 4.84.4790.14405 can be found via NuGet.

I would say anecdotally that multi-file graphql schemas being merged are quite common.

Wonder if the closest we could get it by loading the entire schema AST... then only validating the parts of the AST that a given file define?

How feasible would it be to load a single file's AST in a multi-file schema to lint individual files passed into the linter?

> If you're asking, I have a multi-file schema but only care about the errors in `a.graphql`, then I suppose you could do some filtering with `--format json` / `jq`...

LGTM! Anything I can do to help move this along?

Without lerna, Yarn Workspaces support would require looking at the top-level yarn.lock – otherwise `np` will try to use npm (and probably fail) or if you specify `--yarn` it will...

I don't think this is something you can achieve with np today. My suggesting was to add a feature that could detect when yarn workspaces are used (by looking at...

Ah, looks like `SearchTableHeaderCell` props should extend `TableHeaderCellProps` (omitting own props), and `TableHeaderCellProps` should extend `TableCellProps` (omitting own props) and `TableCellProps` should extend `React.ComponentProps`