Tommaso Barbugli
Tommaso Barbugli
Hi, If concerned about performances, you should consider some better way to get items than using offsets, your implementation is going to get slower and slower and prone to show...
Say that you have something like this: ```go db.RunInTransaction(ctx, func(tx *pg.Tx) error { inserted, err := tx.Model(). SelectOrInsert() }) ``` if this code runs concurrently you will get a transaction...
### What do you want to happen? Replace class with AnyObject in all protocol definitions (class is deprecated). Happy to do it myself unless there is a reason not to...
It would be great to see something like [this](http://thumbor.readthedocs.io/en/latest/whos_using_it.html) in the readme or docs.
`serialization_id` is now used to identify activities _and_ determine the ordering of activities. This makes sense only in certain situations but not always.
right now we create this via bash which makes the test environment setup harder to get right.