Chris. Webster
Chris. Webster
The failing tests appear to be related to the newish git credential manager. The test setup tries to use the `GIT_ASKPASS` env var to drive a failed authorization. Setting `GCM_TRACE=1`...
I had not realized #59157 implemented the abandoned #58922. The second commit gets around this [issue](https://github.com/html-to-text/node-html-to-text/issues/253). The third commit allows any values for options as identified in [#231](https://github.com/html-to-text/node-html-to-text/issues/231) and [#223](https://github.com/html-to-text/node-html-to-text/issues/223).
Is there still interest in this change? The user repo is gone (not that it is needed at this point).
> You will want to trim the boilerplate from your PR description before you submit it. Just a gentle reminder, untouched boilerplate is stripped from the submitted email (yes, it...
Does this still fail? I just ran okay on `git bash`. My branch is based on `next`.
The `git-ansi-color` routine does not appear to support: - `normal` and `default` as basic colors - 24-bit RGB values as hex, like #ff0ab3 (quoting from the git [manual](https://git-scm.com/docs/git-config#Documentation/git-config.txt-color)). Issue #446...
Is there any incentive to move forward with this? I was shocked to find how many dependabot and workflow files I had in various repos today. Yarn already excludes `.github`...
[BUG] Update command gets `workspaces <package name> in filter set, but no workspace folder present`
> Command succeeds just fine, just an erroneous log message Agreed, but unfortunately the user new to workspaces does not know the command succeeded. When there are no updates, the...
[BUG] Update command gets `workspaces <package name> in filter set, but no workspace folder present`
Not sure if issue #5470 is related. Maybe the missing `name` attribute in the virtual/real tree is causing the problem?
Did some work on this to avoid working on other things. 😉 @scottchiefbaker Does this look like a good direction for this? May need some more error checks but it...