Christophe Coevoet

Results 449 issues of 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...

# Bug report ### Code snippet that reproduces the problem ```php

bug

# 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...

bug

# 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

# 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...

feature-request

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...

bug

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...

needs info