kynx

Results 38 comments of kynx

Ah, the wonder of macros! Got to find myself a really good cheat sheet one day ;) Thanks, that'll make maintenance much easier.

I've been bitten by the `declare(strict_types=1)` addition to `ClassMethodsHydrator` as well. Turns out I've been relying on the implicit coercion from the type declarations in my setter methods for database...

@armpogart Ack, wasn't reading properly. Sorry to hijack!

@driehle Have you considered using ``? That way numbers get submitted in "C" locale (ie 1234.56) and no normalisation is necessary in either direction. Working with the values in javascript...

@lcobucci I've been having a look at this after the discussion on #mezzio slack. From what I can see, the shortest path would be a `Validation\Constraint\SignedWithJwk` that consumes a `JwkSet`...

> I have not yet a clue on how to effectively use it, as I would actually prefer to only validate prior configuration caching so that not every request has...

@danog Any plans for the Psalm 6 release? I've been using `dev-master`, but am now hitting conflicts with `nikic/php-parser:^5.0` (which dev-master requires) and `brick/var-exporter` which requires `nikic/php-parser:^4.0` because of, err...,...

@frankdejonge Uh, OK. Guess the documentation should be updated to reflect the fact that not all adapters behave the same?

@frankdejonge Actually I might have got a little carried away with copying and moving directories. My initial problem was with the SFTP adapter not overwriting _files_ when moving after upgrading...

@frankdejonge I've removed the directory copy / move stuff. This now just brings this adapter in line with the others, overwriting existing files on move. Please let me know if...