You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting use_warbler in a pipeline seems to do nothing. E.g. creating a view showing the current time is run once at the start of the program and is then never evaluated again. Using the warbler function explictly works.
Setting
use_warbler
in a pipeline seems to do nothing. E.g. creating a view showing the current time is run once at the start of the program and is then never evaluated again. Using thewarbler
function explictly works.I made a small repro in this repo: https://github.com/groma84/saturn-warbler-repro
Running the program and opening http://localhost:5000/works gets the current time. But opening http://localhost:5000/broken shows the time from the program start, although the pipeline has
use_warbler
in it.I tried fixing it already in Saturn but sadly failed.
The text was updated successfully, but these errors were encountered: