Stephen Brown II

Results 55 comments of Stephen Brown II

@lundberg Sorry, I've changed jobs and am no longer using Python as my main dev language anymore, and I don't believe I got it fully working, but @Mojken should look...

RESPX should probably use the same library that httpx does for json parsing, to minimize potential unexpected differences. So, yes.

Best to pin this to the top: https://docs.github.com/en/github/managing-your-work-on-github/pinning-an-issue-to-your-repository until you archive this repo.

Better to do it natively, I think: https://docs.github.com/en/github/managing-your-work-on-github/transferring-an-issue-to-another-repository

I've wondered if storm could keep a reference of all SSH config keys and their canonical capitalization, then fix them on write. Keeping them all lowercase internally makes it easier...

Scraping the page gives this list of config options: ```py ['Host', 'Match', 'AddKeysToAgent', 'AddressFamily', 'BatchMode', 'BindAddress', 'BindInterface', 'CanonicalDomains', 'CanonicalizeFallbackLocal', 'CanonicalizeHostname', 'CanonicalizeMaxDots', 'CanonicalizePermittedCNAMEs', 'CASignatureAlgorithms', 'CertificateFile', 'ChallengeResponseAuthentication', 'CheckHostIP', 'Ciphers', 'ClearAllForwardings', 'Compression', 'ConnectionAttempts',...

Also, a PR similar to this has been open for a long time: https://github.com/emre/storm/pull/130 I've submitted https://github.com/emre/storm/pull/174 to implement my fix above.

As 3.2 and 3.3 have lost support as of [some time last year](https://en.wikipedia.org/wiki/CPython#Version_history), I wouldn't worry much about supporting them. Python 3.2.x reached end-of-life status [on 2016-02-20](https://www.python.org/dev/peps/pep-0392/#lifespan) Python 3.3.x reached...

> See: [photoprism/photoprism/projects/5](https://github.com/photoprism/photoprism/projects/5) Unfortunately empty for me:

Can you specify that this is only for MacOS and Windows? https://github.com/docker/compose-cli/issues/1149#issuecomment-762278484, and for what version of the docker cli this is for? Looks like the message was added to...