T-256
T-256
Hi @agronholm, If you didn't start the progress, I'll be happy to help. Are there any good points to start?
Discussion is not enabled for this repo, so I ask here. Are we able to encrypt with SMIME that mentioned in [cryptography.hazmat.primitives.serialization.Encoding](https://cryptography.io/en/latest/hazmat/primitives/asymmetric/serialization/#cryptography.hazmat.primitives.serialization.Encoding)? Currently we use some patches on https://github.com/balena/python-smime which...
`socks5` are resolving hostnames in remote side by default (socks5h). Also, see [httpx-socks](https://github.com/romis2012/httpx-socks) where you can explicitly set `rdns=False` to locally resolving.
I'm curios why not just expose `_types` module instead? ```py from httpx.types import HeaderTypes, QueryParamsTypes, URLTypes ... url : URLTypes | str, headers: HeaderTypes | Mapping[str, str] | Sequence[Tuple[str, str]],...
IMO Here an option could be used for those commands: `--sync, --no-sync` And it can have default settings in `config.toml`.
> Notable, i am slowly overengineerng find-downloads ;) If you want, you can publish it as package so Rye can use it as dependency.
Like it. here is my point of view: ``` 0.1.0: major -> 1.0.0: minor,a -> 1.1.0a1: a -> 1.1.0a2: patch,rc -> 1.1.1rc1 ``` new possible values for `--bump` cli option...
> (I also initially thought that there should be a dot before `a`, `b`, `rc` but the official regex doesn't allow it: Oh, Right! Edited the comment.
Try activate your virtual environment: `source .venv/bin/activate`
Also, good discussion is here: https://github.com/astral-sh/ruff/pull/7262