Eugene Yak
Eugene Yak
Monotonic Clock is not affected by discontinuous jumps in the system time e.g., if the system administrator manually changes the clock
Now: If I setup synchronization with if predicate like `TableSync.sync(self, if: -> (*) { syncable? })` model will send updates if predicate is truthy, but destroy will always send. What...
TableSync defines hooks directly in model without including or prepending code and if you define similar hooks, tablesync's hooks are shadowed and don't work ```rb class Test < Sequel::Model TableSync.sync(self)...
hey @0exp, thanks for nice gem Sometimes I need to create a temporary type that I don't want to put in the class tree, what you think about it?