Tamir Duberstein

Results 362 comments of Tamir Duberstein

@liushuyu could you update this to include [mingw-x-trusty](https://launchpad.net/~tobydox/+archive/ubuntu/mingw-x-trusty)?

email-validator [already does normalization](https://github.com/JoshData/python-email-validator/blob/5cf49cf87478a421df21ffeff9a1c87e30470e09/email_validator/exceptions_types.py#L31). it is not possible to use it though with `EmailStr`.

Do IPv4 sockets bound to IPv4 ANY receive such packets?

There are still 5 TODOs referencing this issue.

I'm afraid I waited too long to file this proposal and have forgotten some of the details. That said it's empirically true that `test_case` plays well with `tokio::test`; we should...

@sydney-runkle is there precedent for this kind of configuration? Do I need to introduce `EmailStrNormalized`?

How would that work? Is there precedent for such configurability?

I'm pretty sure sets are not `Sequence`s: https://mypy-play.net/?mypy=latest&python=3.12&gist=f71b466422216f85473dbb9880dd5f5c&flags=warn-unreachable. What would be the problem with ```python JsonValue: TypeAlias = Union[ Sequence['JsonValue'], Mapping[str, 'JsonValue'], str, bool, int, float, None, ] ``` ?...