Results 105 comments of Nemec

Just tested it, it's still working for me. It's a lot slower downloading videos than I remember, but if you keep waiting it will finish.

You're right, it does behave differently. I based the behavior off of Python's pathlib library which does throw an error, so I guess that's where the difference comes from. ```...

fwiw it looks like the Pydantic team is looking at further optimizations and using this project as one of their evaluation targets: https://github.com/pydantic/pydantic/discussions/6748 I'm seeing the same issues with load...

After some more research, I was able to decrease the start time by 90% with the following changes: 1. Add `defer_build=True,` to the `BaseObject` constructor https://github.com/pylakey/aiotdlib/blob/50dcf77f83bac1fe01c51d1f65b8abfc983794d1/aiotdlib/api/types/base.py#L39-L45 2. Remove the `model_rebuild()`...

Can you try running `build.cmd` in the root of the master branch? Dependencies are managed by `paket` and I'm not sure it integrates too well with VS. Once the dependencies...