Aviv Eyal

Results 5 issues of Aviv Eyal

`schema_printer.print_schema` produces a nice SDL, but it should also include the description strings, because "Documentation is first‐class feature of GraphQL type systems" ([from the spec](https://facebook.github.io/graphql/June2018/#sec-Descriptions)).

I think this should be high in the roadmap: Make it easy/fun for application writers to write mock gql responses, to support their tests. This includes: - Check the mock...

While defined as `func Path(from, to Pather) ...`, the resulting path actually starts at `to` node and ends at `from`. This can be seen using this patch to `pather_test.go`: ```diff...

VScode's behavior used to be something like that - automatically have "inactive" color be based on the "active" one. Now it's always the same, which beats the purpose. Configure the...

This mostly includes the right specs for Avery 5160 sheet (Very common format) and CSV reading.