Andrew Kane
Andrew Kane
Hey @rodreegez, thanks for the PR! Overall, the code looks good. My initial impression is it might be a bit too simple for a real-world case, which is what I'd...
Thanks for sharing. The way the problem is set up (one depo, one trip per driver) seems similar to package or business delivery, where trucks load up at the start...
Another thought: it probably makes sense to separate out the depo location from job locations in the VRP initializer.
Hey @rodreegez, sorry for falling off. I don't think I'm ready to include/support a higher level VRP class right now, so it's probably best as a separate gem if you're...
Latest PR for 1: #2834
fwiw, this affects all types (`jsonb` was just an example).
Cleaning up issues
A version of this is now merged if anyone wants to try it. You'll want to add a new index before upgrading. Active Record ```ruby add_index :ahoy_visits, [:visitor_token, :started_at] ```...
Hey all, Ahoy 5 is out with this change. Thanks for starting this discussion @xdmx.
Thanks @willcosgrove, looks great! (and sorry for the delay)