Luke Matthews

Results 3 comments of Luke Matthews

I have the same use case as jrnelson90 and would also like this for an image used to run `dotnet test` in a CI pipeline. I could probably live without...

I also ran into this, though it was on the pull side when trying to retrieve a ghcr feature through a proxy registry in Artifactory. Artifactory's token endpoint was at...

It looks like proc/exec ultimately hands things over to node's ChildProcess.spawn. That handles putting quotes around arguments with spaces for us, so we probably don't need the escape-spaces function at...