Grégoire Paris

Results 70 issues of Grégoire Paris

It has been locked to v1.4.0 in 0aafa78ed78b7e05597e9bba9cc9aad415352def, without an explanation and probably by mistake.

I don't understand why Psalm thinks the type of `$element` cannot possibly be the same as the templated type in the wrapped collection in this code snippet. IMO it is...

bug
templates

It would be great to have a service that knows which field of which class uses which enum. This could be used by a twig extension that would then retrieve...

Sometimes, this extension will generate on undecodable json file. Last time this happened to me, it was about a copyright character: ```json "0x7f94f5289418" : { "type" : "array", "size" :...

This is copy/pasted from https://bugs.php.net/bug.php?id=68556 I'm not sure what the difference between `simpara` and `para` is, or where to learn more about them. @USalsi I think you are the original...

### Description When using Datadog and Docker, it is recommended to only ever print JSON (for Datadog) to the output (because the output of the main process is the output...

In my company, we use `envconsul` in Docker entrypoint, as follows: `envconsul /path/to/some/binary` We use AWS's spot instances, which means our cronjob might get interrupted (as in, `envconsul` will receive...

I have a config file with Psalm and PHPStan enabled globally: https://github.com/greg0ire/dotfiles/blob/main/.config/phpactor/phpactor.yml#L13-L14 When I open nvim, PHPActor suggests I enable both extensions. It should IMO do nothing if the extensions...

bug

Hey! This weekend, I wrote [a blog post](https://dev.to/greg0ire/the-case-for-multiline-signatures-dl6) about multiline signatures, and I think it would be great to have a check for this, based on the line length, or...

kind/feature request
kind/rfc
has userland alternative

https://psalm.dev/r/199041ce5b I did not expect this `PossiblyNullReference`. If the value is set, then it must be different from null, right?