Paweł Niedzielski
Paweł Niedzielski
The easiest way of handling it would indeed be adding new functions, instead of trying to shove into the old ones. It would also help with types (or rather, we...
@alexbusu-motork please open PR against the monorepo, which you can find here: https://github.com/php-enqueue/enqueue-dev. Thank you very much :) I'll close this one once you do.
I believe this PR should also contain documentation changes indicating that you can use it alongside with Telegraf instance, but I'm holding until one of maintainers says that it's a...
Other drivers should probably be expected to throw exceptions as well, not just Guzzle-based one. It would probably be a BC break for them though, since it will cause them...
> Hi, How do I get this commit into my DXP build? I really need the admin UI to log errors becuase it's very difficult to troubleshoot. Please review this...
@Nono1971 I'll look at it again tonight. I had a few thoughts at the end that I wanted to look into. Are you ok with switching to GH actions, or...
Sorry, didn't manage to pick it up yesterday evening. Will try to today. Regarding GH actions I'll move it to a separate PR. I'm pretty sure it's something you'd like...
@Nono1971 Github actions are removed via 4027aa8. I've up'ed the PHPUnit version requirement to `^8.0` for future PHP 8.0 compatibility / tests. Symfony 4.x tests will fail against PHP 8...
Fixed issues shown in tests. Now they pass properly: https://travis-ci.org/github/Nono1971/doctrine-yuml-bundle/builds/764642437 Ideally PR's with failing tests should not be allowed to be merged I guess, but that goes into repository configuration...
This behavior can however be easily achieved by using `PostLoad` event for loading and filling up the collection/array with object instances, and `PreFlush` for saving them back to database. I'm...