basteyy
basteyy
Is anyone on this behaviour? Otherwise, I would try. Meanwhile: A workaround could be copying the object.
I created a pull request for that. https://github.com/propelorm/Propel2/pull/1896 The [checks are failing](https://github.com/propelorm/Propel2/runs/7615255384?check_suite_focus=true) because of: ``` Error: dealerdirect/phpcodesniffer-composer-installer contains a Composer plugin which is blocked by your allow-plugins config. You may...
> > This is why I have not merged the pull yet. Finding a right approach, haven't gotten enough time to think it through > […](#) > On Sat, 25...
I suggest for a first release to create a json_encode Encoder/Decoder (Wrapper) and an Interface for that. ```php interface SaveStrategyInterface { public function decode(string $data) : array; public function encode(array...
> Hi! > I have seen that something similiar happens with the switch button. When dark mode is enabled, if you refresh the page, the little ball inside the switch...
And I thought I would be the only one with the use case ;) Thanks for the efforts so far. I like the input https://github.com/thephpleague/plates/pull/306#issuecomment-1400413897 from [ragboyjr](https://github.com/ragboyjr). This is a...
Do you have any plugin enabled?
A note: `DateInterval` isn't implementing magic setter method like [here](https://stitcher.io/blog/deprecated-dynamic-properties-in-php-82#implementing-__get-and-__set-still-works!). So, I created a [PR which is using another var](https://github.com/bludit/bludit/pull/1497).
The first thought is, that you need to delete all the old users. Perhaps I get you wrong. As long, you won't provide an `_id`, sleek will create new users....