Domizio Demichelis
Domizio Demichelis
Meanwhile maybe you can do something like: ```ruby def capture_ips_report(label, &block) old_stdout = $stdout $stdout = StringIO.new ::Benchmark.ips do |x| # add more stuff here x.report(label) do block.call end end...
While that avoids the problem, it would be inconsistent with the concept explained in comments in the code: "Each component will draw itself, and hide itself if no information needs...
You shouldn't show the segment if NVM is not installed. The user should not tweak anything in order to make it work without errors, out of the box, with or...
Also reported in https://github.com/davidcelis/api-pagination/issues/103#issuecomment-399197741
What about just generating the URL from a configurable string in the settings? Something like a pattern with dynamic parts that would be filled by default with the gmail pattern,...
That's good to know. Thank you! On Sun, Nov 5, 2017, 9:04 PM David Steele wrote: > Too much of a kluge to formalize as a configuration parameter. If you...
Definitely needs to be upgraded to support Ruby 3.0
@deivid-rodriguez it's worth mentioning that pagy [does not hook into AR associations](https://ddnexus.github.io/pagy/index#stay-away-from-the-models) and is [totally agnostic](ddnexus.github.io/pagy/index#really-agnostic-pagination) so it could coexist with other pagination gems used elsewhere in the app. Also,...
Thank you! I tried `category: null` that interestingly does not work like when you assign a category (without the array).