Grégoire Paris

Results 254 comments of Grégoire Paris

We are super open to integrating Psalm in our codebase indeed: not only does it help our users catching bugs without installing an extra package, it helps us catch bugs...

For anyone reading this, we started a fork at Doctrine: https://github.com/doctrine/sql-formatter. Will tag a stable version after figuring out if there are anymore BC-breaks left to do

Can you give more detail on how to proceed? Are the things you are asking about in en-US.json, prefixed with `WEBSITE` ?

A lower redraw frequency might be a great strategy, but it's significantly more complex and means you have some idea of how long the process is going to take. Having...

I think a piece of the puzzle will be https://github.com/symfony/symfony/blob/6.1/src/Symfony/Component/Console/Output/NullOutput.php : it will allow avoiding many `if` statements in `Progress{Bar,Indicator}`. One hurdle is that Symfony does not instantiate those itself,...

@pvdlg hi! Sorry for digging this up. The implication of saying that this is an issue with Gitlab is that there would be no security implications of allowing to push...

@Langstra the issue you linked to is about a commit being rejected due to its commit message. Here it's being rejected due to a lack of GPG signature, which is...

You're right, there is indeed a thread that mentions it, I should have read more thoroughly: https://gitlab.com/gitlab-org/gitlab/-/issues/207807#note_569320409

Really nice RFC! Here are the few remarks I could come up with: > Hence, the corresponding method will not be implemented and isn't supposed to be used. Wouldn't it...