Josh Soref
Josh Soref
**Describe the bug**: `"Unhandled Error" err="ingress '...' in work queue no longer exists"` message is logged, but mostly ignored. cert-manager then proceeds to set up some other things ingress for...
This code is missing to set Critical to true due to which some of the CAs won't issue certificate. The right code is to add ``` basicConstraints := pkix.Extension{ Id:...
### Description `# @check-spelling-bot` renders as: The icon is tiny. In normal view if you hover, the icon is larger (i.e. a larger image is available) ### How to replicate...
I'm not sure if changes to the content/v* files are acceptable. Happy to drop if they aren't.
Type: Bug 1. Use `code .` to open VS Code to an untrusted folder 2. Wait for VS Code to open a new window to the folder and show the...
### Short description codeql complains about https://github.com/check-spelling-sandbox/pdns/security/quality/rules/js%2Funused-local-variable > ##### Unused variable, import, function or class > Unused local variables make code hard to read and understand. Any computation used to...
### Short description codeql doesn't like unreachable code https://github.com/check-spelling-sandbox/pdns/security/quality/rules/py%2Funreachable-statement Unreachable code - Code is unreachable A simple way to make everyone happy (devs who want to peek, linters that believe...
### Short description As an occasional developer, it's really frustrating to find the lines in the build output that are real errors. By using a problem-matcher, we can surface them...
### Short description codeql complains (per [PEP8](https://peps.python.org/pep-0008/#function-and-method-arguments)) when the first argument to methods is not `self`: https://github.com/check-spelling-sandbox/pdns/security/quality/rules/py%2Fnot-named-self ### Checklist I have: - [x] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [x] read...