Results 102 comments of Lyz

Awesome news @stchris and @tillprochaska . Thank you both for investing time in fixing this :)

Good day @tillprochaska @stchris , long time no see :). I hope that you've started well the year. Did you have time to take a look at the issue? Is...

Good day @tillprochaska @stchris @Rosencrantz I see that you're back releasing new versions :) Did you have time to take a look at the issue? Is there anything I can...

Hi @tillprochaska thank you for the WIP, is there anything I can do to help in the testing of the side effects?

Until the issue is solved you can be notified whenever you need to run the script above if you set up Loki, promtail using the json-file driver with the next...

Hi @abhiashu thanks for your clarifying answer. I understand now the case of the dynamic imports and I agree with you that supporting this case will be nice. Your proposal...

Damn it looks like the CI is failing because some of the dependencies have vulnerabilities. This is because since I entered in low maintenance mode on this repo the [update...

Thanks for fixing everything! > to add any missing import does that package need to be installed beforehand otherwise autoimport won't add its import? Yes it's needed for how autoimport...

Released under `1.5.0` thanks for all the work :)

Hi @fuanan thanks for taking the time to open an issue. Using `from X import *` is not recommended when writing python code because: - It can be hard to...