Results 29 comments of Carina

Thanks for answer, it helps in my case. It seems like undocumented feature. I think it might be nice if that functional be realized as OHM model method instead of...

Can you add feature request label?

My case is using last user id for next id prediction, i use it in next username. ``` last_id = Ohm.redis.call('GET', 'User:id').to_i User.create( name: "user_#{last_id + 1}", ... ) ```...

`irb(main):012:0> Transaction[3].remove NoMethodError: undefined method 'timestamp=' for # ` I have the same problem when try to delete object with the attribute, deleted from model before

Cool, hope I'll have a time to join the discussion

I have the same problem.

My fix for this problem is: ``` [~] : touch .xsession-errors [~] : echo "Immutable placeholder." >> .xsession-errors [~] : sudo chattr +i .xsession-errors ``` I was edited my i3...