Nicolas Grekas

Results 634 comments of Nicolas Grekas

@jan-pintr are you interested in finishing this PR?

@PabloKowalczyk would you like to give this a try? Keeping the issue open won't make it solve by itself, someone needs to commit to figuring out a solution.

Do we really need to do something? Why not use linux capabilities? ```sh bin/console messenger:consume async --limit=$(shuf -i3000-3500 -n1) ```

This should work on any unix-like host I think. On Windows, I'd wait for someone to report they need it, because I'd be surprised if anybody is using it to...

Could anyone work on a fix?

OK, after talking with a few others on Slack, let's go to remove this deprecation.

Yes, it's not on the radar of comprehensive URI modelling.

Thanks for bringing @nyamsprod in the discussion. I met him in Brussels a few months back and told him about this initiative. We could even borrow code, because the code...

Actually, in terms of deps-hell, there is a show stopper: this requires PSR-7. We went this way for HtmlSanitizer because it's a minor component, but that's nontheless still a problem...

> a[]=1&a[]=2 should carry meaning from the client side in their order... I was thinking the same about ordering: your proposal would reorder things like `a[foo]=1&a[bar]=2`, and I'm very confident...