Adam Martin

Results 5 issues of Adam Martin

### Description While certain interpretations of the spec use the same regex (e.g. Alpine Debian), historically a `[A-Z\.]` were all valid characters, and I and others have scripts and environments...

In https://github.com/aiven/aiven-client/blob/46f2cfd7c674fdfb62e277ede33fd77283f9292a/aiven/client/argx.py#L88, we don't cast back to the signature of the wrapped function, but we should, as well as appending the type of the added args. See https://mypy.readthedocs.io/en/stable/generics.html#declaring-decorators.

# What happened? If the pretty module is called with headers, but without any results having a value for a given header, it errors out as no width is calculated...

# What happened? The server can accept requests for many backup streams. We have a few servers with 5+ open streams. It appears that https://github.com/aiven/myhoard/blob/f13a8750465a349bff6b68c63bf1a2533e04c7d1/myhoard/controller.py#L1778 might not be quite correct...

Hi, In https://github.com/ronf/asyncssh/blob/develop/asyncssh/connection.py#L6996, ProxyJump is treated as if it can only contain a single hostname, but per the spec it is actually a space separated list of hosts to tunnel...