Mathias Kahl

Results 6 comments of Mathias Kahl

The slow initial page loads are still the main issue we have that impacts vite adoption. On some pages of our app there are 1900 module requests, and especially on...

Update: by now `dmypy` supports the default option `normal` for `follow-imports`. So hypothetically it can be used instead of `mypy`. However, `dmypy` still is sort of experimental: Its output might...

P.S. However I'd still be very keen on getting this dmypy option since for regular use cases the performance gain is immense. In one project I'm working on mypy runtimes...

@fgblomqvist thanks a lot! @leinardi @fgblomqvist the problem is that dmypy has its own executable. The equivalent of "mypy --config-file mypy.ini file.py" using the daemon looks like this: "dmypy run...

Thanks @fgblomqvist! I have tested the current version on a project of my own and still have some issues. I get the following error when starting "Check Current File" using...

P.S. I changed the error logging a little and now the error I see is this: ``` The scan failed due to an exception: Error while running Mypy command /Users/mathias/.virtualenvs/kialo/bin/dmypy...