Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,609 contributions in the last year
Contribution activity
October 2020
Created an issue in graphql/graphql-js that received 1 comment
Printer swallows trailing and leading spaces in descriptions
The description , that could be printed as " ", gets printed as """ """, which is "" because:
While the first item line in lines contains only W…