Marcel Hellwig

Results 96 comments of Marcel Hellwig

hey @fenrus75 Is there a plan on implementing this without workarounds?

I also want postgres support, but your file does not work (although it is a good starting point). You cannot insert anything, because you use double quotes for the values...

According to [this page](https://raymii.org/s/tutorials/OpenSSL_test_TLSv1.3_connection_with_s_client.html) you can use ``` openssl s_client -tls1_3 -connect tls13.cloudflare.com:443 ``` you could setup your own nginx with a dummy certificate ;)

Testing that on Monday

> If I recall correctly, we were using a version of `nginx` that doesn't support TLS 1.3. That's unfortunately correct. Version 1.10.3 is used, 1.13 is needed atleast. Is there...

ping‽ TLS1.3 is available on nginx.

Technically you linked the wrong issue. It should be https://github.com/rust-lang/rust-clippy/issues/8556 and I already reported that there 😅

The issued is closed and should be working as intended. Can you Test it again please?

Got a workaround, but that isn't nice ``` from StringIO import StringIO sio = StringIO() ctx.dwg.write(sio) ```

This is something I wanted since I started using pest. The problem is, that everything (derive, generator and meta) depends on pest. That's a problem, because if you start including...