Chris Kuethe
Chris Kuethe
## Bug description like the subject says, changing the connection details changes the nickname even after I set it manually ## Steps to reproduce 1. create a connection 2. give...
After #1026 , [APIv1.md](https://github.com/go-shiori/shiori/blob/master/docs/APIv1.md) should be updated to say that if you're going to run the server locally to get the API docs, you need to set the `SHIORI_HTTP_SERVE_SWAGGER` environment...
**Describe the bug** Please provide: Scanning my entire GCP org with SQLite output produces an SQLite error and no data is written to disk. Unfortunately I was not running with...
**Is your feature request related to a problem? Please describe.** I ran a scan of my entire GCP org yesterday which took a long time (18hr), used a lot of...
**Describe the bug** While running scoutsuite (commit bb0c98357d53fd3ceb637ac919a147e2f81e47cf) with python 3.12.3 I got a bunch of these warnings. ``` ScoutSuite/providers/utils.py:137: SyntaxWarning: invalid escape sequence '\-' re.compile("(adobe[a-z0-9_ .\-,]{0,25})(=|>|:=|\|\|:||:).{0,5}['\"]([a-f0-9]{32})['\"]"), ``` The scan...
# Description Fixes #1680 Mechanical change to make the regex strings in utils.py be raw strings (`"\d+"` -> `r"\d+"`), thus making `SyntaxWarning`s go away. Easier to read than escaping the...
Hello Folks, I was wondering if there were any plans to add OpenCL support to dSGP4? A quick grep through the source and documentation did no find anything relating to...
### Feature Summary article filtering operators do not work for search ### What problem does this feature solve? I misunderstood the way search works (#3836), but I'd like to be...
Thanks for fixing the JSON problem. Now that github loads again, my news feed is full of activity by people I don't know, or things I've said I don't want...
Hello folks, I just installed pykep and got a `SyntaxWarning` about the docstring in phasing/_knn.py:find_neighbors. I'm using Python 3.12.3 on Ubuntu 24.04LTS x86_64. I was able to make that go...