Luís Cobucci

Results 190 comments of Luís Cobucci

Thanks @burzum for the inspiration and apologies for the huge delay in getting traction here. The implementation isn't the same as you proposed but has the same goals.

Hello @simonberger, thanks for sharing your thoughts. It's very unlikely that this library will get unmaintained in the future. You see, I've implemented this library to satisfy the needs I...

@t11n comparing `DateTime` objects is actually fine, but maybe we should be using the space ship operator instead of `($aValue > $bValue) ? 1 : -1`. But regardless of that,...

> as a user what would you except for each use cases? @lyrixx I'd expect that Symfony would **only** propagate the signals down to my application. No exiting whatsoever, regardless...

Alright, so are you okay with the BC-break? If so, I can send a PR (just mind that I'll be unavailable for the next couple of months)

> I reverted to the expected behaviour in this MR: https://github.com/symfony/symfony/pull/48210, but this is still inconsistent whenever event listeners or signal handlers are used. > > I think we need...

> I was agree [6 days](https://github.com/symfony/symfony/issues/47809#issuecomment-1308541634) ago. > > And it still don't know about the bc break. Sorry @lyrixx I'm sorry if it sounded like I was putting pressure...

@pabios there are so many different things that might be happening on the server... It's very difficult to help you without knowing (at least) error messages.

The webserver configuration is beyond the scope of this library and I'd prefer not to have to add configuration for Apache, Nginx, Caddy, etc. We can surely do a better...