| 12 Sep 2022 |
Andreas Schrägle | you can try stuff like strace or LD_DEBUG, but they're both very noisy
sounds like it might be some impurity from the OS | 13:34:15 |
Pol | thanks, I will look for some information. | 15:04:58 |
| 15 Sep 2022 |
| m_algery joined the room. | 12:49:57 |
| m_algery left the room. | 12:49:59 |
| 26 Sep 2022 |
Pol | etu: thanks for being so prompt for the PHP pull requests these last weeks ! it's cool :) | 07:37:12 |
etu | :) | 07:39:05 |
| Haskellpreneur joined the room. | 17:00:54 |
| 28 Sep 2022 |
Pol | Damn, I just found out a bug in PHP and Nix because of OpenSSL. | 10:24:17 |
Pol | For some unknown reasons yet, when I use Symfony and do HTTP requests using cURL, I get this in the logs: | 13:43:39 |
Pol |  Download image.png | 13:43:41 |
Pol | I have absolutely no clue on how to fix this issue yet | 13:44:09 |
Pol | I think it requires some changes in openssl.cnf | 14:40:08 |
Pol | Link: https://github.com/openssl/openssl/issues/18574 | 15:12:24 |
Pol | I think it's linked to: https://github.com/php/php-src/issues/8369 | 15:17:48 |
Pol | The thing is that when I do: php -r "echo file_get_contents('https://chromedriver.storage.googleapis.com/LATEST_RELEASE', false, stream_context_create());" I cannot reproduce the issue. While in a symfony app, you can reproduce it. Weird. | 15:18:37 |
| 29 Sep 2022 |
etu | So Pol: You're asking the really good questions regarding imap and why we have it disabled, I didn't know, but it was kinda fun to find out the reason for it 😉 | 12:06:02 |
Pol | I'm currently reading your answer. Massive. | 12:06:18 |
Pol | In reply to @drupol:matrix.org The thing is that when I do: php -r "echo file_get_contents('https://chromedriver.storage.googleapis.com/LATEST_RELEASE', false, stream_context_create());" I cannot reproduce the issue. While in a symfony app, you can reproduce it. Weird. On my side the issue was because you can only read once the body content of a request made with curl in Symfony. You need to make sure you don't read the body more than once, or else, it's empty. | 12:07:06 |
Pol | In reply to @etu:semi.social So Pol: You're asking the really good questions regarding imap and why we have it disabled, I didn't know, but it was kinda fun to find out the reason for it 😉 Thanks again for your promptness ! did you sold your kids ? :D | 12:07:57 |
etu | In reply to @drupol:matrix.org Thanks again for your promptness ! did you sold your kids ? :D Nah, but vacation is over and preschool is running so I have peace and quiet at home during daytime again... however I should spend time on work... but nix is more fun at times 😉 | 12:09:48 |
Pol | Okay :D | 12:16:45 |
Jan Tojnar | In reply to @drupol:matrix.org The thing is that when I do: php -r "echo file_get_contents('https://chromedriver.storage.googleapis.com/LATEST_RELEASE', false, stream_context_create());" I cannot reproduce the issue. While in a symfony app, you can reproduce it. Weird. google already fixed their servers according to https://github.com/php/php-src/pull/8558#issuecomment-1177656911 | 17:01:54 |
| 2 Oct 2022 |
Pol | etu: Job done ! https://github.com/NixOS/nixpkgs/pull/194109 props to @stephank ! | 18:19:13 |
Pol | * etu: Job done ! https://github.com/NixOS/nixpkgs/pull/194109 props at Stéphan ! | 18:19:57 |
etu | In reply to @drupol:matrix.org etu: Job done ! https://github.com/NixOS/nixpkgs/pull/194109 props at Stéphan ! Nice, I'll look into it tomorrow. Currently in couch mode with a baby sleeping on my lap :) | 18:33:49 |
Pol | Enjoy these moments mate :) | 18:38:58 |
hexa | there's currently two issues on the blockers list for 22.11, they are:
- https://github.com/NixOS/nixpkgs/issues/154774
- https://github.com/NixOS/nixpkgs/pull/157287
| 22:24:54 |
hexa | please consider whether they're blockers and will be addressed, or whether they should be bumped/closed | 22:25:39 |
| 3 Oct 2022 |
Pol | They definitely need to be addressed. | 05:50:04 |
Pol | PR for the first blocker: https://github.com/NixOS/nixpkgs/pull/194172 | 06:32:30 |