James Hollowell
James Hollowell
## What it should do Find required fields, and allow inputting required ones ## What it does Fails to create a new issue because some fields are required for new...
When running commands that update the screen like `nerdctl pull `, the entire output flashes with each update to the screen. The comparable `docker pull ` does not flash under...
I'm trying to use the `.on('progress', cb)` method for a download in my Node application, but the callback function is never called. For uploads, `.on('progress', cb)` works just fine. Relevant...
Important note: because of this PR, all snapshots had to be updated, as the tests will attempt to use the project's Prettier config. This mostly just removed the semicolons. closes...
### Summary The `approved` label is added incorrectly when there is one approving review followed by one changes requested review. ### Steps to reproduce 1) Set up branch protections to...
## Bug Report It looks like in v8 of @octokit/requests, they switched from using Node's HTTP api, to using `fetch`. The latest published `nock` does not have support for `fetch`,...
## Description I am trying to configure a CouchDB instance on Rocky Linux 8. I have it installed and functioning, but if I put any configuration .ini files in `etc/local.d`,...
Updates usages of of `Deno.errors.PermissionDenied` to also support Deno v2's new `Deno.errors.NotCapable`. Fixes #491
### Is this a bug report or a feature request? - [x] Bug Report - [ ] Feature Request ### Please provide the steps to reproduce the issue [Bug Report...
I have an OTEL Collector that I have configured with a self-signed certificate. Even though I have added the certificate to my system's trust store, I still get `tls: failed...