Okke Formsma
Okke Formsma
Futures will swallow all exceptions thrown by callbacks added to the future using the _done_callbacks: ```python # concurrent.futures._base class Future(object): """Represents the result of an asynchronous computation.""" # ... def...
The default_done_callbacks are sometimes not executed. This can for example be seen in https://travis-ci.org/dchevell/flask-executor/jobs/590102443. ```python def test_propagate_exception_callback(app, caplog): caplog.set_level(logging.ERROR) app.config['EXECUTOR_PROPAGATE_EXCEPTIONS'] = True executor = Executor(app) with pytest.raises(NameError): with app.test_request_context('/'): future...
On windows, a number of tests fail. They are tests using the the 'process' EXECUTOR_TYPE: tests/test_executor.py::test_submit_app_context[process] FAILED tests/test_executor.py::test_submit_g_context_process[process] FAILED tests/test_executor.py::test_submit_request_context[process] FAILED tests/test_executor.py::test_map_app_context[process] FAILED tests/test_executor.py::test_map_g_context_process[process] FAILED tests/test_executor.py::test_map_request_context[process] FAILED I'm not sure...
from makenova on [discord](https://discord.com/channels/719497620560543766/784523018050469939/791743362964258886): > Right now I use home-row-mods(hrm) but I also have combos on the home row. > My hrm are in the form of SCAG(asdf) and I...
I would like to be able to specify different `SQLALCHEMY_ENGINE_OPTIONS` for every bind in the `SQLALCHEMY_BINDS` dict. It would be nice if `SQLALCHEMY_DATABASE_URI` + `SQLALCHEMY_ENGINE_OPTIONS` would form a configuration pair,...
Hi, First of all, thank you for the awesome library! I was wondering if you would consider adding a combined choc & mx style socket, like in use by the...
We're using djangosaml2's [dynamic configuration loading](https://pypi.org/project/djangosaml2/#custom-and-dynamic-configuration-loading) feature, and would like to be able to use something similar for djangosaml2idp. Is this a feature on the roadmap, or would you be...
It would be nice to have a way to specify which environment variables are required to be set, so the flask app will quit early when there are environment variables...
When running the Dockerfile to install dashkiosk, I get lots of deprecation warnings. It may be time to upgrade? npm WARN deprecated [email protected]: security/injection issue with limit/offset fixed in 3.17.0...