Josh Soref
Josh Soref
**Description of the false positive** The `__all__` array includes a string which is handled by `def __getattr__(name: str):`, but CodeQL complains: **Code samples or links to source code** https://github.com/check-spelling-sandbox/adk-python/blob/79db5168aefdf658a36b4833809602c819c3740b/src/google/adk/tools/retrieval/__init__.py#L19 https://github.com/check-spelling-sandbox/adk-python/blob/79db5168aefdf658a36b4833809602c819c3740b/src/google/adk/tools/retrieval/__init__.py#L25-L30...
**Description of the false positive** https://github.com/PowerDNS/pdns/pull/16363#discussion_r2455671092 > This expression has no effect (because sendUDPResponse has no external side effects). codeql appears to have found https://github.com/PowerDNS/pdns/blob/dec9583d885713a0d0ecb55a74ef83cde5f8a235/pdns/dnsdistdist/test-dnsdist_cc.cc#L83 (which is indeed side effect...
If you see: > ```js > Check Spelling > Process completed with exit code 1. > Check Spelling > The process '/usr/bin/git' failed with exit code 128 > Check Spelling...
If you see: > ##[error]fatal: could not fetch ... from promisor remote This is _probably_ because GitHub's servers triggered a workflow run before the git commit was fully available for...
Before: After:
I have a github workflow that runs on: pull_request; it uses actions/checkout (Download action repository 'actions/checkout@v5' (SHA:08c6903cd8c0fde910a37f88322edcfb5dd907a8) and I've configured it with [debug logging](https://github.com/check-spelling/check-spelling/blob/af0c1d177f9cdd8164324a2e5946f283793042b7/actions/checkout/action.yml#L109-L111): ``` GIT_CURL_VERBOSE: True GIT_TRACE: True GIT_SSH_COMMAND:...
Spelling
This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling) The misspellings have been reported at https://github.com/jsoref/excalidraw-blog/actions/runs/19005309652/attempts/1#summary-54277879940 The action reports that the changes in this PR would make it _mostly_ happy:...
This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling) (which is an evolution of the script I used ages ago when I first made a PR here...). The misspellings have...
### Actual Behavior act triggers strange error from rancher: > Error: failed to start container: Error response from daemon: error while creating mount source path '/Users/jsoref/.rd/docker.sock': mkdir /Users/jsoref/.rd/docker.sock: operation not...