Julien Falque

Results 149 comments of Julien Falque

Alternative proposal related to this: #4649.

> Is there something I can do to make sure it is not risky? New-ish to PHP. Sadly no. PHP CS Fixer works on one file at a time and...

Hi @Gwalchmei, sorry for the late reply. I think most of this is already handled by `operator_linebreak` rule. Shall we close this PR?

:+1: for this. I'm fine if the current fixer also deals with PHPDocs rather than creating a new fixer.

IMO that would be two separate rules but I'd be interested in having them :+1:

I noticed that when `systemd` is upgraded but `linux` isn't, the hook is not triggered, despite the kernel images being rebuilt. I think the hook should list all packages that...

I rewrote the hook to use the same triggers as mkinitcpio's hook. See #9.

Actually I just noticed [`mkinitcpio` now natively supports building Unified kernel images](https://wiki.archlinux.org/title/Unified_kernel_image). Maybe this means this repository can be archived? Thanks a lot @RobertCsordas for creating it!

True, but I don't see a more suitable native Doctrine DBAL type for this example. Would a custom type mapping to e.g. `ENUM` be supported?