Maciej Malarz
Maciej Malarz
| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix...
PHPStorm asked me to report the exception here :) PHPStorm version: 2021.1.4 Plugin version: 0.23.210 Stacktrace: ``` java.lang.Throwable: Do not perform a synchronous refresh under read lock (except from EDT)...
What do you think about adding `writeFromFile` method to Adapters (or at least AwsS3 because of [Multipart Upload](http://docs.aws.amazon.com/AmazonS3/latest/dev/usingHLmpuPHP.html)? Citing [S3 FAQ](https://aws.amazon.com/s3/faqs/) "The largest object that can be uploaded in a...
Today at work I've realized there's currently no rules for ORM's embeddables so here's an attempt to change that :) I'll remove WIP once I'm done with my goals, for...
Today I was looking for memory leaks in our application's test suite and found out that the storage in https://github.com/Payum/Core/blob/43954de6415e1a29fa09d7ca7949b071741afbc6/Bridge/Twig/TwigUtil.php#L9 keeps growing and is never cleared. This is not a...
Currently the only way to configure how Paraunit should behave is to add CLI flags to the command, which is great because it's simple. It would be however awesome to...
This PR build on #164 (hence many commits) and implements my comment https://github.com/facile-it/paraunit/pull/164#discussion_r873876877 (the last commit). During development I've realized what really " it would also be hard to find...
Example is worth more than a thousand words so here we go. Simplified translation looks like this: ``` /** @ORM\Entity */ class ProductCategoryFrontTranslation implements TranslationInterface { /** * @ORM\Embedded(class=MetaTags::class) */...
Port of https://github.com/Ocramius/ProxyManager/pull/755 Fixes #961