Chris Mason
Chris Mason
Yeh, it seems OpenSSL can't agree with the rest of the community on how best to implement QUIC support in OpenSSL (https://github.com/openssl/openssl/pull/8797#issuecomment-952717631) so the current upstream got forked as QuicTLS...
Apologies as this request doesn't seem to be that simple. It requires the QuicTLS port of OpenSSL to be compiled from source and then used to build HAProxy. I am...
QUIC support is fairly stable in 2.6 now - is there going to be a Docker image with QUIC support or is this currently too difficult with the OpenSSL mess?...
> Just an update for anyone looking - haproxytech has their own QUIC images built with quictls: [haproxytech/haproxy-docker-alpine#6](https://github.com/haproxytech/haproxy-docker-alpine/issues/6) > https://hub.docker.com/r/haproxytech/haproxy-alpine-quic I have moved to using this permanently as it just...
Is there any update on this issue - I started to migrate from the older `Juniper.junos` role to the `juniper.device` collection (1.0.2) and I have hit this issue when using...
I am also experiencing this same issue, but when converting from HTML to DocX - using the following HTML as an example: ```raw Red Text ``` I have created my...
How would that work if using native HTML CSS attributes? Take the following for example: ```raw Red Text Red Text ``` If I look at the `native` output then we...
Ok.. understood... is it possible to write my own custom syntax highlighting parser as opposed to using one of the built in ones? I am currently contemplating hacking the resulting...
Is there no way to add the name of the template into the traceback else the user has no idea which one of their templates caused the error?
If this isn’t the right way - is there currently any way that I can determine what template in the dictionary caused an exception when using a DictLoader?