Wheeler Law

Results 21 comments of Wheeler Law

Ah, yes. It does look like it is a duplicate of that, sorry for not checking to see if it had already been brought up. I mainly just opened this...

I'm not sure that the tests exists, I did look through the existing tests quickly and I didn't find that negative test case of a `$ref` in the format of...

Ah, that's interesting. It should at the very least be renamed to remove the confusion, like `tabsToSpaces()` or something similar. I can create a PR for it.

Yes, I understand that backticks are "outdated", but they are at least POSIX compliant; `$()` is not.

Oh interesting, I did not know that. Thanks!

How would one actually execute the library functions (and be able to mock the Jenkins specific stuff like `sh` and `readFile`) without them having to be called from a Jenkinsfile...

> > > Happy birthday to the pull request _(opened 1 year ago)_. I think this project is dead.

Okay, I think I am getting closer. I tried setting `Dial` of the client: ```go client.Dialer.Dial = http_dialer.New( forwarder.Proxy, http_dialer.WithDialer(client.Dialer), ).Dial ``` where `client` is an instance of github.com/miekg/dns.Client However,...

It exists: https://www.npmjs.com/package/google-code-prettify

Well, the package.json is looking pretty bare if you ask me: ``` { "name": "google-code-prettify", "version": "1.0.5", "dependencies": {} } ````