Matt Bornski

Results 16 comments of Matt Bornski

Can you paste me a log of you running "npm test" on a clean checkout indicating the problem on Windows? I am not able to see any problem with the...

@jksdua @justindujardin @abrkn Is there any chance you guys can hash out the proper way to support Windows? It sounds as if different syntax is supported on different node or...

+1 range queries are really challenging with the symbol/string confusion in this ORM

I imagine that we'll have to implement something like this: https://github.com/zdennis/activerecord-import but for dynamoid. Syntax along the lines of "YourModel::import([YourModel.new(foo, bar), YourModel.new(foo2, bar2)])". On Thu, Dec 12, 2013 at 10:44...

@lisad feel like taking a stab at that? The batch insertions was really the only batch operation I needed.

@amitsaxena have you considered using the priority column? @banderous DelayedJob has many advantages over other worker solutions for ruby. One of the things I like least about it is the...