Richard van Laak

Results 75 issues of Richard van Laak

After upgrading Ladybug from v1.0.8 to v1.0.11 the parameters of a `\DateTime()` object are not dumped anymore. Reverting composer.lock to the Ladybug version from "2013-10-15 09:36:24" does show the parameters...

Today I found out about what `opcache.interned_strings_buffer` does. Seems there isn't [much](https://www.scalingphpbook.com/best-zend-opcache-settings-tuning-config/) [documentation](http://jpauli.github.io/2015/03/05/opcache.html#sharing-interned-strings) about this. It would be great if the status page is able to give the user some...

The `Vagrantfile` nicely [merges `puphpet/config.yml` which is under version control, with `puphpet/config-custom.yaml`](https://github.com/alehkot/druphpet/blob/master/Vagrantfile#L6-L11). So best would be to let users overwrite settings using `config-custom.yaml`. Maybe you can elaborate on this in...

Tried to wrap my head around the changes that XLIFF2.0 has to offer, but can't really summarize it in actionable steps: https://www.localizationworld.com/lwdub2014/feisgiltt/slides/Yves_Differences.pdf The most important topics: - 1.2 has many...

formats

I'm using `Assetic` in combination with `compass` and `uglifycss` to manage my assets. One of the configuration parameters of Assetic is `assets_version` in order to handle cache busting. It would...

In Symfony 5.2 support was added for safe content negotiation via PR https://github.com/symfony/symfony/pull/34847 and was explained via https://symfony.com/blog/new-in-symfony-5-1-the-safe-http-preference This PR introduces the `@ContentSafe` annotation. The annotation automatically will get enabled...

It would be great if the ParamConverter could be extended to return an `ArrayCollection` with multiple entities. In that way, it is easier to work with the choice field. My...

Doctrine converter

**API Platform version(s) affected**: 3.0.0-beta.2 **Description** [The `exceptionToStatus` mapping feature ](https://api-platform.com/docs/main/core/errors/)seems broken, when configuring error mapping on an `ApiResource`. The http response code still will be a http 500 error....

For our usecase we want to configure a layer to only include all interfaces from a certain directory. More specifically, we want the `Infrastructure` layer to be able to implement...

Installing release drafter will make sure a release is kept in place with all PRs that are not released yet. see https://github.com/toolmantim/release-drafter