John Schaeffer
John Schaeffer
I'm not sure using our own individual experiences to indicate what we should be doing is the way to go here. Personally I do use apt/pacman/brew for installing things, since...
Thanks for the report, @treesvalley. The script causing the error comes from the [terraform-linode-k8s](https://github.com/linode/terraform-linode-k8s) project, which is what we use to provision clusters. I took a look at the line...
As an aside, is there an upcoming release planned for Flask-WTF at some point in the future?
Regarding sessions being cleared on logout: you're right that logging out should clear the session for a user. This isn't the case for Flask-Login, however, which only removes user ID...
The motivation for adding this as a parameter to `generate_csrf` rather than as a separate `clear_csrf` function is that on login, rather than clearing the CSRF token if one exists...
A`clear_csrf` function is a perfectly fine idea too, now that I'm thinking about it further! I like that packages which are aware of Flask-WTF could clear tokens without necessarily needing...
I just ran into this myself. @OrangeShark are there any plans to add support for raw HTML? I'm happy to get involved if it's just a matter of developer time.
Thanks for reporting this. I saw a similar issue to this recently where volumes fail to get detached from a node and reattached to a target node when a pod...
In my experience, the volumes _do_ eventually get mounted where they should be, but a failure of a volume to hop nodes is less worrying than an outright mismatch between...