Matthias Riße

Results 123 comments of Matthias Riße

I don't think we should add support for other package managers to auto-update (and might even drop support for conda/mamba), since that is a concern for the package manager itself....

This is a problem specific to conda-style environments and it is a non-issue with any reasonable package manager as previously installed, but no longer required, dependencies should be automatically removed...

No, I think this should effectively start `python mslib/mscolab/server.py start` or its mswms counterpart using subprocess, depending on the fixture. This would also require a new approach to get the...

We should probably get rid of setup.py entirely and replace it with only setup.cfg (if possible?), or better yet pyproject.toml. That would solve the execfile issue as well.

> The reason of execfile there was not to have to enter the versions string again everywhere. I understand that. The version directive in e.g. pyproject.toml works the other way...

I think we should differentiate between an installation on the user side and on the server side here. E.g. database migrations are a thing that is only of concern on...

@joernu76 I cannot reproduce this issue with the test suite. Where did you see the warning?

> @matrss why `"feat: New UI for option in topview & sideview" ` this commit also got in here...is this supposed to happen or is it a mistake. How do...

> Also my PR is not merged yet then how can i write testing code on them. It should merge tho the works is done in that PR I consider...

No idea what to tag this as. It isn't a bug per-se, but also not an enhancement. This is an architectural change that should be invisible to a user, and...