Julik Tarkhanov

Results 111 comments of Julik Tarkhanov

This has (not-unexpectedly) again become relevant 😆 so I think I'll try a go at the following semantics: 1. We get a method called `streaming_request` with a set of arguments,...

Would you expect to have all server responses as strings, with `\r\n` and all? Does the current libcurl logging feature serve your need possibly?

@grosser Thanks for the issue, apologies I am finding it so late, I wasn't monitoring the patron repo as eagerly as I should have. I'll have a look, seems like...

Yes the PR mentioned does contain the options. Maybe it could be handy to rename the accessor methods for it to indicate that it is _not_ the self-signed _server_ certificate/CA...

Gotcha. For your use case: you need client certificates, a custom CA store, or both?

This is a very interesting change. I think it might be useful to note that the same limitations you get with `pgbouncer` would then apply to _everything_ inside rails. The...

> All the examples you pointed are all the same thing: stateful SQL features. Hear, hear - just wanted to point out that this might catch some folks off-guard, some...

The change in this PR might not work as desired. The Rack SPEC for Rack 3 (`to_ary` is a modern addition I believe) specifies in https://github.com/rack/rack/blob/main/SPEC.rdoc#enumerable-body- that if a body...

> we cool to close this one now that we merged https://github.com/fringd/zipline/pull/93 ? @fringd yes, do close please 😄 this will cause breakage if merged, so better not have it...

Probably the issue is that `OpenSSL::PKey::EC` and similar are actually _keypairs_ - the Ruby OpenSSL docs do not really provide a nice noun for this.