dumblob
dumblob
Maybe there is some place to leverage the [SIMDe](https://github.com/simd-everywhere/simde ) header-only library (not just for ARM, but PPC etc.). And maybe also for Blend2D...
I'm using gunicorn (with Flask) for a smaller application and need to add client verification for just few URLs (not the whole application) while having a different client certificate for...
Thank you, I'll take a look at it. If it won't work for my case, I might in the end change my mind and lean towards an application layer authentication...
In the end I rather solved authentication in the application layer to ease maintenance. There is one more thing I couldn't figure out with gunicorn. Is there a way how...
I think only the `.rst` documentation needs updating (`ssl_context()` signature has a second argument) and then this should be ready to merge :wink:.
>Furthermore, some defaults depend on which system the `.rst` generation is executed (default syslog address for example) so they seem to be toggling back and forth :) Whoa! Wouldn't expect...
I wasn't aware of this issue until now (in the context of https://github.com/benoitc/gunicorn/issues/1466 ). I second what @javabrett wrote above. Any new ideas how to handle that (except for spawning...
Any news on this rather fundamental behavior?
Yep, this sounds like a generic "saved queries" with an assigned label to such query. IMHO a useful functionality.
>With tooling, in theory, you could skip past the broken block and recover what's below it, but such tools don't exist yet. Should I leave this open as a feature...