Robert Estelle
Robert Estelle
Frequently when splitting a commit, I want to split it into _more_ than two pieces. For example, there may be several kinds of independent kinds of changes that need to...
Some positions may allow remote work (e.g. Software Engineer) but some may not (e.g. Janitor).
The company size attribute (`size`) is currently specified to have a string "10-50". In order to get minimum and maximum company size, that string must be split and parsed which...
`salary` only covers full time positions, not contract work or part time work.
Stumbling across this in a Yeoman generator in repos with Makefiles. When generating files that already exist, even if the generated contents are identical to those on disk, they are...
Previously template literal replacemenets were made by constructing dummy strings of a particular length. Unfortunately if the inside of a tag has whitespace or multiple lines, this fails correctly position...
### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct * [x] I...
### Describe the bug The default `maskError` implementation sets `originalError` within the `GraphQLErrorExtensions` versus the `GraphQLErrorOptions` itself. Note that `originalError` is a standard `GraphQLError` field: https://github.com/graphql/graphql-js/blob/0a848cc4c781fb79b2e55eb8d011675dd612524f/src/error/GraphQLError.ts#L41-L42 Although it's possible this...