Daenney
Daenney
I'm not sure there's much further need to discuss this. It's very clear from the examples that it's not at all a "non trivial amount of logic in setting the...
Yup, that ought to do the trick. One additional tip, when doing the redirect it's probably good to do: ```python next_url = flask.session.pop("next_url", "") if next_url: return redirect... return redirect(url_for("/"))...
That's pretty different. Lets discuss that in a separate issue instead of lobbing all questions together here.
Do you want to keep support for Flask pre-1.0? 0.7 specifically was released in 2011. Seems it might be fine to up the minimum now, especially since we're heading towards...
Ah, I should've mentioned that. It's version 4.0.6 of EMQX (the Debian/Ubuntu package).
It's probably still available in the Fastly caches, which is why you need to use a new filename. The old filename will have been marked as to cache indefinitely so...
Imho namespace packages was a terrible idea, at least pre Python 3.3's implicit namespace packages and I'm still not sold on that either. Why does Twisted feel the need to...
But how do you know it is "the exact same version"? Unless it checks the uploads are binary identical it would allow you to upload a totally different release with...
There's a GitHub Action to automate releases to both the VS Code marketplace, as well as the OpenVSX registry: https://github.com/marketplace/actions/publish-vs-code-extension
This got fixed as part of #350, though that PR uses a slightly older version of mautrix. If you'd like to rebase this to latest I'm happy to merge it.