Patrick Allaert

Results 8 issues of Patrick Allaert

Hi, I have used gren for both creating changelog file and generating release notes on the GH releases and have the same wrong results in both cases: ``` # Changelog...

enhancement

As mentioned by @bdefore and @kdepp in #851, changeOrigin should be set to true by default. The very first reason is simply to be compatible with the HTTP 1.1 specifications...

...Multibyte string extension # maintenance (#performance ?)

I have found in README.md the "how", but not the "why". Being a "Sparse array" implementation, I would expect that it would be **much** more memory efficient to do: ```...

In the code below, the property `affiliatedPerson` is of type: `?App\Entity\AffiliatedPerson`, which in turn, has a property `regionalMedicalCenterCode` that is an `int`: ```php $rmcc = $this->affiliatedPerson?->regionalMedicalCenterCode; ``` This code generates...