Marshall Ford

Results 20 comments of Marshall Ford

@gucong3000 I ran into an edge case with both `git diff --cached --name-only` and `git ls-files` when trying to mimic a "respect gitignore" feature. If a file is removed from...

@zbeekman Hmm not sure what you mean. I did think about this a bit more and came up with this hacky solution: `eclint check $(git ls-files --deleted > deleted &&...

@xuhdev I am trying to lint all files that git is tracking, not just the files changed since the last commit. In addition both `git diff --name-only | xargs eclint...

Fair enough on both counts. Your comment on the symbol name got me thinking: How might you cut down the line length/number of mandatory args? `SOME_ENV_VAR = hashicorpVaultCredentials('secret/foo/bar/secretName/key', 'vaultCredentialId', 'https://vault.com:8200',...

Looks like this PR might add this functionality: https://github.com/jenkinsci/hashicorp-vault-plugin/issues/71

I see this issue was removed from "UI Enhancements". What is the status of this? Is it just low priority? Thanks.

Looking forward to the RCs, I'm having the same issue as well on `1.24.2+k3s1` and `1.24.2+k3s2`. Observing both the `first record does not look like a TLS handshake` message from...

Upgrading to `1.24.3+k3s1` didn't fix my issue, however setting `egress-selector-mode` to `disabled` did seem to work.

@init-database Did you ever solve this? Seems related to this other issue: https://github.com/go-playground/validator/issues/802