Gideon
Gideon
Why would we want to do this? Isn't it better to use `sudo` from within WSL?
This also happens with `NamedTemporaryFile(delete=False)`. The python docs state: > If delete is true (the default), the file is deleted as soon as it is closed. So this also applies...
Quoting #1200 > With the release of mamba 2.0, the mamba executable has been replaced with micromamba which has a different CLI. [mamba.readthedocs.io/en/latest/developer_zone/changes-2.0.html](https://mamba.readthedocs.io/en/latest/developer_zone/changes-2.0.html) Thus, topgrade will break while updating mamba....
This sounds good, as long as it is behind a config option.
Comments from #359: > Run each upgrade in parallel (or a few at a time maybe like make -j8) and optionally in a seperate tmux panes/windows Reasoning: A slow step...
Comments from #359: > I did not used the command yet, but the config file is a monster to approach, and one may want to understand how an executor is...
Closing in favour of #515
> I don't particularly like using `__del__` at all, but we have used this to shut down the driver for many years without much complaint. I don't see any actual...