Sergei Prikhodko
Sergei Prikhodko
May I suggest adding silent N+1 detection to the public API? I don't feel a need to `log` or `raise` on N+1, but instead I'd rather have a report and...
Surprisingly it(`curl_headers_to_filter` option) does not work inside doc groups. ``` config.curl_headers_to_filter = %w(Host Cookie If-Modified-Since If-None-Match) ``` Generates curl section `Host` and `Cookie` headers: ``` config.define_group(:public) do |public| ... public.curl_headers_to_filter...
Hey folks! Thanks for the library! May I ask for a tip on how to fix compilation errors for `>v2.0.0`. Trying to install on CentOS image but gem installation fails...
Noticed that parsing time has a worse than linear dependency on the input size. To illustrate it, I've generated a few files including ruby hashes growing in size in constant...