Chris Sidi
Chris Sidi
byline with `keepEmptyLines: true` behaves slightly differently than most line readers I've encountered, including node's `readline` module. I created sample.txt by running: ```bash echo foo> sample.txt echo bar>> sample.txt echo>>...
Closes https://github.com/google/go-github/issues/2462 Remaining work: - [ ] Add comments - [ ] Fix test generation (destination: `github-marker-methods_test.go`)
[`ParseWebHook`](https://github.com/google/go-github/blob/e2f737955018ce736e06dc1c61b267ef61923eea/github/messages.go#L294) currently returns an `interface{}`. I know there's no one method that all webhook events share. But what if we added a ["marker"](https://stackoverflow.com/questions/44690196/how-to-create-a-top-level-object-with-no-fields-or-methods-in-golang/44690327#44690327) interface and had `ParseWebHook` return that type?...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
When a ruby version isn't found in the image cache, all you get is `##[error]Version 2.6.5 not found`. At least in the case of a patch version, it would be...
I think the output directory is set to `/{branch-name}` when `target-branch` is specified in `dependabot.yml`, a single npm dependency is updated, and that dependency is scoped (has two segments). `dependabot.yml`...
## Description If you install the latest versions of this package's dependencies, node 14.17.x no longer works due to a `node:` prefix being added in https://github.com/isaacs/node-glob/commit/435d1f7acd78a00c9dab2a7f6489155c7caac97c. `node: import` support was...
## Description Remove Node 14 from `engines`. node 14.17.x no longer works due to https://github.com/isaacs/node-glob/commit/435d1f7acd78a00c9dab2a7f6489155c7caac97c. If this change is approved, I intend to apply the same change to other `npm-cli`...
The Node 14 and 16 releases are no longer supported ([docs](https://nodejs.org/en/about/previous-releases)). Packages npm is dependent on have started releasing versions that don't work with Node
- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...