Ivan Levkivskyi

Results 436 comments of Ivan Levkivskyi

Switching to `dmypy run` (merged recently) by default should partially address this. But it would be good to have a way to manually restart the daemon.

(Probably we could add a button like "Issue custom command to daemon").

> If I implement your requested changes will we be good to go on this? I would first ask if original author @rafales is still interested in continuing the work...

Sorry for pinging, what is the status of this PR? Are you waiting on any input from me? Is anyone still willing to continue working on this?

> Is there any chance you could take a stab at finishing this? I may be busy next few weeks/months. If no one will finish this one during this time,...

I will take a look at this before the end of the year.

> I will take a look at this before the end of the year. Actually, it looks like I will not have time to work on this, sorry.

What kind of errors do you see and why do you think they are related to this plugin? (We are using a relatively recent version of `sqlalchemy-stubs` with a very...

The `__init__()` error is definitely a bug in the plugin, we give priority to user-defined `__init__()` for models if present, otherwise we insert an auto-generated one. For the second one,...

> Adding that gives me these lines: [...] Then as you can see this is not caused by the plugin, and you might need to adjust your `__all__` definitions. Also...