Антон Касимов

Results 6 comments of Антон Касимов

"use" and "alg" shall be inserted regardless of is_private flag. It is ok to dump them as public info.

It is better to focus not on FastAPI support, but on Starlette, because FastAPI is based on Starlette.

Please consider Starlette integration instead since FastAPI is based on Starlette.

Possible implementation: ```python from typing import Dict, Union from urllib.parse import urlparse def parse_smtp_url(url: str) -> Dict[str, Union[str, int]]: """Parse SMTP url to parameters to be used in aiosmtplib. Args:...

Setting to `None` and to `['testclient', 50000]` are both bad solutions. I propose to pass `transport` to TestClient constructor, so that it will be possible to subclass from _TestClientTransport and...

Thank you! Yes, using the ssh:// form like ssh://[email protected]/org/repo.git does indeed work as a workaround.