Boris Menshakov
Boris Menshakov
That fix in dev. Use: `composer require repejota/nats:dev-develop`
@bakos hello! Do you have any new information on this bug?
A similar problem. Will it be fixed, @niden? My observations: The default property of the snapshot model is `[]`. During serialize, if there were no changes to the model (for...
`__serialization` sets `snapshot = null` in the cache model if attributes are not changed. https://github.com/phalcon/cphalcon/blob/5.0.x/phalcon/Mvc/Model.zep#L384 If the snapshot is cached, then `__unserialize` set `snapshot = cachedSnapshot`. And this condition does...
@s-ohnishi Substitute any value instead of `true` and it will always return this value if the parameter is `false`. If I want to get always `true`, except for the case...
In fact, we use it this way :) But in that case, why then this bool filter?