Jordi Boggiano

Results 850 comments of Jordi Boggiano
trafficstars

IMO you can already extend and override `normalize()`, handling any special types you want to handle, then defer to the parent method for the rest. I don't really see what...

Yeah fair enough, maybe we need to check before writing or handle that failure at least and reopen the stream if possible. I am still curious why this happens now...

Just to grasp this better, as it seems nobody feels like digging into it (+1s are nice buuut they don't solve problems..). Does it happen only in long running worker...

Ok thanks, this is odd though.. > [@Rydgel] so far it seems that file descriptors build up until reaching the limit of the kernel, preventing any new fwrite. Rebooting our...

If you want to try the fix, you can require monolog/monolog `dev-fclose2 as 2.99` (2.x) or `dev-fclose3 as 3.99` (3.x). I'd be happy to get confirmation that this fixes the...

Ok then Laravel is excluded too. I really don't know what is causing it except for having too many parallel requests/workers doing stuff perhaps and reaching system file handle limits....

@TheLevti that's why I said to put `"dev-fclose3 as 3.99"` as require so that composer aliases it and it passes the `^3.0` requires other packages may have on it.

Great, thanks for trying, I'll merge and release in a couple weeks maybe once we have some real world feedback :)