Because the session cookies of different blueprints have different paths. Set in configuration:
SESSION_COOKIE_PATH = '/'
And all should share the same session.
Because the session cookies of different blueprints have different paths. Set in configuration:
SESSION_COOKIE_PATH = '/'
And all should share the same session.
With flask.session
, by default, session ends when browser is entirely exited. Merely closing tabs won’t erase sessions.
Some blatantly obvious thing that I was oblivious to before dipping my toes into databases:
Continue readingWhenever your pull request contains image changes, this Github action will run and create a commit of optimized images.
Continue readingWhen you run git submodule update --remote
in a container repo, you might notice that it says:
Submodule funny_module bf722acd..02dc481d (rewind):
< That awful bugfix
Why the rewind?!
Continue readingWe use CSS modules, so it doesn’t make sense to care about importing order, but the mini-css-extract-plugin
doesn’t provide an option to turn off the conflicting warning:
chunk styles [mini-css-extract-plugin]
Conflicting order between:
* css ...
* css ...
Here’s how to mute them.
Continue readingWhat they do:
If the base branch for your repository is not the default master
, you might have encountered this bizarre Pull Request problem when you try to deploy from base branch onto master
: