Kevin Stephens

Results 8 issues of Kevin Stephens

cruft Version: 2.7.0 Python 3.9.1 macos 10.15.7 using zsh I'm using - cruft update -c target-branch - I see a ton of content going to STDOUT (I think it's all...

question

cruft Version: 2.7.0 Python 3.9.1 macos 10.15.7 using zsh When I run cruft create and complete the prompts - I see a ton of data going to stdout. This doesn't...

question

## Is your feature request related to a problem or a Pull Request Yes. Unable to run `k3d cluster create` when docker daemon has docker namespaces enabled. ## Scope of...

enhancement
priority/high

It's not clear from the docs or tests some cases for using `matching().respond()`. 1. What happens if I setup ``` matching(/A).respond() matching(/B).respond() ``` then I call these two paths out...

See https://github.com/FormidableLabs/yesno/blob/bac495aa9276e3e0945932b4b323d691deb4f86c/test/unit/yesno.spec.ts#L660 If we defined mocks for calls to `/A`, `/B`, `/C`, yesno will try to match those 3 mocks in order of API calls made. If the 2nd API...

npm request lib is deprecated so we should use something else like axios.

It would be great if functions like getIssue would take an options object with fields for "fields" and "expand".

We are seeing an issue with MITM involving: - HTTPS requests (does not impact HTTP) - Starting in Node 11.1 and continuing to current Node 14 (11.0.0 and prior works...