Christophe Coevoet
Christophe Coevoet
Currently, the listed apps include apps for Android, iOS and macOS, as well as web-based apps. But there is no desktop app for Windows or Linux listed. This looks like...
Several bugs have been fixed since the 1.2.17 release. It would be great to release them, so that people using Composer with the default setting (allowing only stable versions of...
phpstan 1.8.5 reports weird failures about the returned array type when returning a list of shapes
# Bug report ### Code snippet that reproduces the problem ```php
# Feature request Using an actual newline in the generated string breaks the matching of regex, probably because of the indentation messing up the regex by adding some spaces/tabs before...
# Feature request When using spaces for the indentation of our neon config files, copy/pasting the generated output will generally produce an invalid neon file due to mixing tabs and...
# Feature request Having this tool in the middle of the documentation page about ignoring errors makes it hard to find back when wanting to use it (for people already...
https://psalm.dev/r/1b710fb4db does not report any error while executing it breaks (see https://3v4l.org/vjkCN) It should report an error on line 11, as the callback has a type `callable(string): string`, which cannot...
This code is not properly reported as invalid: ``` .foo { /* test */ a: b; /* test2 */ } ```
Regarding https://github.com/sass/sass/blob/main/proposal/floating-point.md#variables, should the compiler provide `$pi` and `$e` as `3.141592653589793` and `2.718281828459045` or should it provide the higher-precision value available in the implementation language, to avoid rounding errors in...