David Salisbury
David Salisbury
Hey! I've got a project where I'm looking at using the [`Annotated` type annotation](https://docs.python.org/3/library/typing.html#typing.Annotated) which was new in Python 3.9 (and backported through typing_extensions). > ### typing.Annotated > A type,...
**Description** Adds the ability to filter ingresses based on their `IngressClassName` attribute. There's an `--ingress-class-filter` argument that's now exposed through the CLI and some additional filtering in `source/ingress.go` Fixes #1975...
Hey hey Thanks for the great library and doco to go with it! One thing which tripped me up was that the library doesn't attempt any reconnection if the initial...
Hey pycountry friends I got caught out by the Turkey->Turkiye name change and found this PR merge commit https://github.com/flyingcircusio/pycountry/commit/7d763240fb417b7f9dc242dda8228ee7e404bb87 In it, the HISTORY file gets changed to indicate the latest...
I found this having worked around the issue described in #1020 it turns out that the controls don't get passed on to the subsequent searches run by do_next_range_search. See https://github.com/cannatag/ldap3/blob/dev/ldap3/strategy/base.py#L693...
Hey! I'm pulling in members of an Active Directory group which has in the region of 6000 members and I get inconsistent results depending on whether or not the extended...
Supports cases where the user wants to return some mutable object, but a new instance each time. For instance, Optional(something, default={}) will return the exact same dict each time, which...
`parcon.Exact` doesn't play nicely out-of-the-box when trying to match whitespace at the start of a string. I've added some tests for the existing behaviour, including using `thing.parse_string(s, whitespace=parcon.Invalid())`, but I...