ReimarBauer

Results 301 comments of ReimarBauer

https://docs.python.org/3/reference/datamodel.html#built-in-functions A built-in function object is a wrapper around a C function. Examples of built-in functions are len() and math.sin() (math is a standard built-in module). https://docs.python.org/3/library/functions.html#built-in-functions shadowing those is...

I asked @joernu76 on the meet to look again on the update.

@matrss This one is not release critical, I think we can shift it to 11.0.0?

This one can be dangerous it changes also methods. There are some which needs excluded, e.g ``` ./tests/_test_mswms/test_mss_plot_driver.py:471: PRES ==> PRESS . ./tests/_test_utils/test_units.py:44: degreeE ==> degree ./tutorials/tutorial_views.py:420: doubleClick ==> double-click...

We maybe should also add a lightwight window manager. Some of the UI elements behave different without a manager. e.g. moving a widget, min-/maximize by the border handles is not...

the tutorials will need that, but that can become a different solution, maybe that can be part of a GSoC project.

cleanup of testing.yml can be done after 9.0.0 is released

related https://github.com/Open-MSS/MSS/issues/1108

@rohit2p I merged the other one, so we have now conflicts here.