Nicolas Höning
Nicolas Höning
Looking at GithubActions output, we are already installing the latest stable (using apt-get): ``` Unpacking coinor-cbc (2.10.3+repack1-1build1) ... ``` So this ticket might just be about documentation only. Say which...
We'd have to list each submodule we want to document. This tedious task is now supported by a Sphinx extension: https://sphinx-rtd-tutorial.readthedocs.io/en/latest/build-the-docs.html#generating-documentation-from-docstrings
*Sigh*: https://stackoverflow.com/questions/73105877/importerror-cannot-import-name-parse-rule-from-werkzeug-routing The temporary solution is to downgrade Flask, as Werkzeug marked some method as internal, which (at least) Flask-Classful is still using. The best other option is to wait...
Flask-Security 5 gives some problems, so we'll wait a bit (small chance this'll resolve). The Flask-Classful problem is now contained with this PR in that we limit the Flask/Werkzeug combo....
The asset count has been fixed [here](https://github.com/FlexMeasures/flexmeasures/commit/c8903b9e4869cd360735fa72406e06c5caab8517#diff-baef57e4337dd6368f6d38aa207012ccb7f9de47f1ba07b80a6972d7a2779a0b).
I feel a pause button (next to Play) would be very useful to have!
No, I did not!
One more comment: I notice that a few lines in base.html do not have a semicolon: 220, 251, 259-261, 263, 265, 267-272, 308, 309, 311-319, etc. I believe we should...
Also, the concepts of what constitutes flexibility is not clear enough. The benefits-of-flex page says: > Energy flexibility can come from the ability to store energy ("storage"), to delay (or...
Not provided yet, but a great idea to do, of course! I'm assuming you are referring to the UI right? It is pretty straightforward, using [Flask-Babel](https://python-babel.github.io/flask-babel/index.html), explained [here](https://medium.com/@oksanatkach/how-to-internationalize-your-flask-app-like-a-champ-e57535185893) or [here](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xiii-i18n-and-l10n)....