Andy Triggs

Results 10 comments of Andy Triggs

I don't think helper modules would cover my use case. I don't think this is related really - helper modules are static extensions to the execution context, whereas I needed...

Extending the context of a mapping would seem to be quite a common requirement. You might want to do this for configuration or scoping, perhaps based on some selections in...

I think your suggestion suffers from the same problem - unless I can make the module name for inclusion dynamic, then surely I can only include the same module each...

Yes, that's the kind of thing I thought you were suggesting. Wouldn't all threads in a process access the same options?

I like Resque too, but Sidekiq has a better memory footprint (given no leaks!). We could switch to Resque, but the commit I made in my fork is working for...

I'd find something like this useful. I'm currently struggling to find a way to get some per-import options into a mapping context, without resorting to globals of one form or...

One of the acceptance specs is failing (logger_spec.rb#41) due to the log format on my machine being inexplicably different. Ruby version is 1.9.3, which is passing on TravisCI. Are you...

My log format includes the time and the level: ``` logger skip invalid records Failure/Error: messages.string.strip.should == "Starting to import \"People\"\nRow {:Name=>\"Jack\", :Gender=>\"m\"} skipped since the gender is male" -Starting...

I don't think delayed execution is the responsibility of this library. It's trivial to call Heap.track within an appropriate delayed job class for whatever implementation the end user has in...

I'm also experiencing this issue. +1 for a merge! Thanks.