Sascha Holzhauer
Sascha Holzhauer
## Description ### What steps will reproduce the problem? * place the cursor at the end of a class header line * right-click The menu entry "Generate docstring" is disabled....
Refactoring of ModularServer to allow tests as requested in https://github.com/projectmesa/mesa/pull/1296#issuecomment-1197877103
When deploying several models on a public server behind a proxy, adding a url path segment is required, e.g. http://server/mesa-schelling > localhost:8521/mesa-schelling
Currently, visualisation element parameters such as CanvasGrid's width and heights parameters need to be hard-coded more or less, and it seems not possible to initialise the grid with other dimensions...
I run the wolweb docker container on a Raspberry Pi. The web server starts and is accessible, and pressing the "WAKE-UP2"-button it is confirmed the magic package was sent. Also...
### What is the issue about the documentation? Whereas for [geometry construction](https://docs.qgis.org/3.34/en/docs/pyqgis_developer_cookbook/geometry.html#geometry-construction) the term "polyline" is used (`fromPolyline()`), for [layer construction](https://docs.qgis.org/3.34/en/docs/pyqgis_developer_cookbook/vector.html#from-an-instance-of-qgsvectorlayer) the term "MultiLineString" is required (`vl = QgsVectorLayer("MultiLineString", "temporary_points",...