Bart de Water
Bart de Water
FWIW I'd love to have this!
@koic this PR seems to have been missed, I'd still love to have it. Any chance you could review when you have time? Thanks! 🙏
@koic @dvandersluis I believe this should be re-opened. In addition to the above comments, `zeitwerk:check` doesn't detect this example I ran into (but the cop does): ```ruby # models/foo.rb module...
FWIW https://github.com/Shopify/job-iteration/pull/338 will help, `JobIteration::LogSubscriber.detach_from(:iteration)` and `attach_to` your own log subscriber.
Any concerns with downloading to tempfile? Then the CSV gem can stream it without an issue. The ergonomics in Rails could be improved (https://github.com/rails/rails/pull/49990) but until that is merged the...
Hey @adrianna-chang-shopify 👋 yes, something along those lines could work. Re. the GC comment, CSV internally builds a `CSV::Parser` object that [holds a reference](https://github.com/ruby/csv/blob/0cba3e766d34373043b4ca0bbae93c8de12014f0/lib/csv/parser.rb#L327) to the given input so I...
Hi Mark, thanks for your reply and your work on this gem. I've dug in the history and it was removed in 4b0a43e2dd8b5733529aff53b8f0c948cb867e3a although the commit message doesn't mention any...
This is possible outside of stdlib since Sorbet 0.5.11087 (ref https://github.com/sorbet/sorbet/pull/7412).
@rafaelfranca that's certainly the plan and something @elfassy and I have been discussing offline; we thought to use his branch for the current version and introduce a new major version...
A bit of digging turned up https://github.com/activemerchant/offsite_payments/pull/139 >As per discussion with Realex >Realex requires the ORDER_ID to be unique for every transaction (including fails) I agree it might be a...