Tamer Salama

Results 7 comments of Tamer Salama

I monkey-patched the gem and changed the paginate_by_sql to add 1 to the offset ``` ruby def paginate_by_sql(sql, options) ... if oracle # Changed the offset adding 1 query =

~~Trying to update the nan related issues - what worked for me is adding images and annotations added to "valid_image_folder" (I previously relied on having the training ones split 80/20...

Posted on StackOverflow as well - http://stackoverflow.com/questions/983225/multiple-hasmanypolymorphs-in-one-model

Why not use the index itself to identify which documents have already been indexed - might require additional timestamp wizardry, but better than a separate store. Maybe I don't fully...

It'd be great to activate this by default

Thank you for adding this a milestone. As a workaround (in case anyone encountered the same issue) - I'm using `params.areas[0].coordRange` to get the selected range. Not perfect but could...