Nicolas Hedger

Results 196 comments of Nicolas Hedger

Made sense to me because the first code block gives instructions to install the new `reactphp/http` component but I guess it's not absolutely necessary.

I agree. Wouldn't it make sense to archive the repository in that case ?

The generated baseline produces different results on different operating systems. The pipeline succeeds when running on macOS but fails when running on Ubuntu (in the GitHub Actions runner at least)....

I've pinned the version of PHPStan to the current latest.

These tests appear to [fail for a similar reason on the main repo](https://github.com/biomejs/biome/actions/runs/7231183957), so I'm guessing they've been broken for some time. Do they still make sense @victor-teles? If so,...

Got it. Happy to share my license if that's what it takes

Tests are still failing despite having put the license at `./build/idea-sandbox/config-uiTest/idea.key`, as the docs seemed to suggest. The log does not appear to say anything about the a missing license...

Ah sorry, it got closed because I cleaned up my forks. Completely forgot to check for open PRs. Not planning to work on this in the near future, so feel...

> > Hey! I'm using a simplified pre-commit hook only for formatting. > > Any downsides to running `check` instead of `format` have you been bit by something? `check` will...