Mark E. Haase
Mark E. Haase
The flask-login example in the documentation is extremely helpful (common use case, I would think) but it has a significant bug in it! The sample code shows Flask-Principal being registered...
**Describe the bug** If you try to export bookmarks in the Safari extension, you'll get the following error:  This is [a known...
Per Jared: > Also, v14 introduced a new STIX type - x-mitre-asset that is currently only found in the ICS domain. Not sure how you want to handle that, but...
This container only supports socks proxies, but it would be handy to have the option to build it with http proxies instead, similar to https://github.com/mattes/rotating-proxy. It doesn't seem possible to...
This repo hasn't been maintained in a long time and I recently realized it doesn't even install on one of my projects due to dependency conflicts. I've ported it over...
There is one restore method in the interface that serves double duty: it restores full database backups (including data) and it also restores snapshots (DDL only). Backups can often be...
The debug flag is meant to print full stack traces when an exception is uncaught, but in practice some stack traces are printed and others are suppressed, because the debug...
The schema support for PostgreSQL is still marked as "experimental" because nobody has really used it in production. An integration test that uses Postgres schemas would give me confidence that...
I'm using Angular.dart and I've configured routing to use push state. I have a page with an A-to-Z index and I'd like users to be able to click a letter...
The connection object could be an iterator that yields incoming messages, i.e. as an alternative to calling `get_message()`. ``` # simple WebSocket echo async with open_websocket(…) as websocket: async for...