Nicolas Höning
Nicolas Höning
I believe I should have changed app.in to say we require a version >2 of that package since I updated our code which imports it. That would probably have helped...
Are we doing better with this, as we have `ci/update-packages.sh`? It can distinguish between upgrade (use `upgrade` parameter) or freeze (the default).
I like the idea to let the Marshmallow schema sort out where this comes from. Not 100% convinced yet, though. This is relevant to discussion #990 The function `get_continuous_time_series_from_quantity_or_sensor()` might...
I don't know. Maybe someone has a bit of knowledge of mermaid and/or Sphinx and wants to pick this up. It would be nice to use mermaid diagrams in our...
All I want to maintain is that if possible we call the internal API, as then we know we use our one layer where authorization is defined. One or two...
Should we run a profiler to check where the 17 seconds are spent?
Have you tried yet to decorate an endpoint outside of Flask-Classful?
I don't recall why the app context is needed for...
I'm stuck here because it seems weird that such core functionality (adding the `app` context) would not work in the main use case (an endpoint). It's passed to the `Limiter`...
I believe I'm willing to pursue the cost function approach. I did not yet understand at which (accumulated) costs the rate limiter stops access. Is that simply 1? Or can...