| 23 Jan 2023 |
@etu:failar.nu | I also have the question if PHP version really matters when using that tool | 12:25:59 |
@etu:failar.nu | Like, does it make a difference to have 3 variants for it for each version? | 12:26:20 |
@etu:failar.nu | And the commit history needs... some work ;) | 12:26:34 |
Pol | The commit history is the least of the issues and can be addressed at the end. I think here you're also making a good point and I would not include it in the php-packages namespace. | 12:34:49 |
Pol | In the long run this is something I wish I could do in Nix... like remove phpstan, psalm, phpcsfixer from the php-packages namespace. | 12:35:25 |
@etu:failar.nu | Certain tools it makes sense to run with specific PHP versions | 12:58:11 |
Pol | Yup, but not these | 12:59:40 |
Pol | In reply to @drupol:matrix.org Looking for comments in here: https://github.com/NixOS/nixpkgs/pull/212249#issuecomment-1400255969 He closed the PR... I think I got him frustrated | 13:00:15 |
Pol | :( | 13:00:22 |
@etu:failar.nu | You asked valid questions | 13:01:31 |
Pol | More replies ! | 13:32:36 |
Pol | cool ! https://github.com/netz98/n98-magerun2/issues/1098 | 13:44:02 |
| 24 Jan 2023 |
Pol | Once again... https://github.com/netz98/n98-magerun/issues/1276 | 11:37:38 |
Pol | #facepalm | 11:37:42 |
Pol | etu: WDYT about all this mess ? | 11:39:55 |
Pol | I'm not paranoid about security at all, but downloading a random phar from a website where we don't know how it is built... it's... meh | 11:41:28 |
Pol | "Built on my machine" mmmh ok... | 11:48:46 |
@etu:failar.nu | Well, that's how we do it with composer | 11:49:43 |
Pol | Let me check how composer is built. | 11:50:13 |
Pol | https://github.com/composer/composer/blob/main/.github/workflows/release.yml | 11:50:36 |
Pol | It's built on Github. | 11:50:41 |
Pol | Would it be a stupid idea to verify the downloaded phar with the .asc file ? | 13:21:44 |
philipp | If the problem is that you don't trust (the integrity of the systems of) the person signing those files, not much is won by checking the signature. | 13:24:27 |
Pol | Indeed. | 13:26:40 |
Pol | The build process needs to be open... and it is not currently. | 13:26:54 |
Pol | Done: https://github.com/NixOS/nixpkgs/pull/212296#pullrequestreview-1267860968 | 16:50:01 |
Pol | It would be nice if you could chime in guys | 16:50:10 |
| 25 Jan 2023 |
| @grahamc:nixos.orgchanged room power levels. | 14:44:45 |
Pol | 🙄 | 14:54:57 |
| 26 Jan 2023 |
Pol | Hey, I was wondering how we could provide PHPActor (https://github.com/phpactor/phpactor) in Nix. | 08:38:24 |