Anton Bessonov

Results 206 comments of Anton Bessonov

@amritk We switched to WkWebView and experience still this problem.

@petere I'm trying connect PowerBI through pgbouncer and getthe same error: > PostgreSQL: 08P01: unsupported startup parameter: ssl_renegotiation_limit I use `bitnami/pgbouncer:1.15.0-debian-10-r61` Image. As a backend I've tried `postgres:9.4` (the last...

I've tried wireshark and don't see any traffic in backend direction. That supports my view.

After looking into pgbouncer source code found a solution: ``` [pgbouncer] ... ignore_startup_parameters = extra_float_digits,ssl_renegotiation_limit ```

16 September 2019: Draft 2019-09 (formerly known as draft-08) has been published! :)

Is there any reason to use `xz`? It would be nice to get rid of `xz-utils`.

@skarnet thank you for the explanation. But does it matter? I mean it's not something like compressed js files from CDN to serve millions of users where every single byte...

I'm not sure that this works, because ads are skipped too fast :+1: . But I didn't see any negative effects.

Ran in the same issue. Because I control every aspect, I disable security if a special header is present (= check if the request comes from hasura) and if `x-hasura-role`...

Thanks @tirumaraiselvan ! I wasn't aware of this API. But it's still very similar to https://github.com/hasura/graphql-engine/commit/fb902d420929bff56f4308b1d040c7145508c899 and suffers from the same issues. Also I think this is very dangerous.