Alexei Bibus

Results 11 comments of Alexei Bibus

My little research. Introductory: 1. [Fedora Workstation 42 x86_64](https://fedoraproject.org/ru/workstation/download) 2. [Docker Desktop](https://docs.docker.com/desktop/setup/install/linux/fedora/) Let's look at running a basic example from the [official website](https://testcontainers-python.readthedocs.io/en/latest/#getting-started) ```python from testcontainers.postgres import PostgresContainer import sqlalchemy...

I'm not sure this is correct. Docker Desktop is quite widely used. Moreover, according to the [documentation](https://github.com/testcontainers/testcontainers-python/blob/bb646e903236a1df72bc38dbb47d1dba95527198/docs/features/configuration.md#docker-host-detection) the Docker host should be detected automatically (item 6), but this doesn't happen.

Yes, that's right. I need some time to provide a minimal project to reproduce the problem.

Setting `dynamicRegistration = true` on a working project re-reads 400 files, which results in a 10-30 second freeze. In pylance this is not observed. I think pylance uses a project...

I added a example project to the initial post. While compiling it, another error popped up. I described it at the end of the initial post.

I am also a neovim newbie, but I will try to figure it out. I will write to this issue about the results of my research

Current result: 1. For neovim 0.10 fswatch improves file loading speed by about two times. However, there are still delays. For all this to work, fswatch needs to be installed....

I checked import resolves in the example project on VS Code. The behavior is identical to the behavior in lazyvim. Pylance was removed before the basedpyright extension was installed. Example...

LSP is working - diagnostics, documentation, go to definition, etc ![Image](https://github.com/user-attachments/assets/4a25537b-7bd8-456b-bc17-a5293f45cf90) Renaming files demonstration https://github.com/user-attachments/assets/697fbbd0-2398-437a-b9dc-89f75d29a4fe VS Code version 1.99 Basedpyright version 1.28.4