Guus Linzel

Results 7 issues of Guus Linzel

## Proposed change ## Type of change - [X] Add a new logo or icon for a new core integration - [ ] Add a missing icon or logo for...

awaits-parent
has-parent

## Description Refactor the flow in which the app config is loaded. This solves the issue where the documentation was unable to build by using a separate flow/function for the...

After deprecating FLASK_ENV the flask package could possibly be upgraded to 3.0 or higher but because of other dependencies did not yet move. We don't want flask to move to...

dependency-hygiene

When trying to upgrade Flask the flask security package throws errors. ``` from flexmeasures.data.models.user import ( File "/home/user/flexmeasures-venv/flexmeasures/flexmeasures/data/models/user.py", line 5, in from flask_security import UserMixin, RoleMixin File "/home/user/flexmeasures-venv/lib/python3.10/site-packages/flask_security/__init__.py", line 14,...

The `event_resolution` is in some cases stored as a nominal value of timedelta in the database. In PR #767 FlexMeasures will support storing the ISO duration string.

Sensors can be updated on some fields that can cause issues if changed. The sensors can only be updated by admins but ideally when a user tries to update a...