Nicolas Grekas

Results 382 comments of Nicolas Grekas

Nothing to add on my side, I don't have the answers to your questions.

Would you mind sending a PR to the doc @Nommyde or @tjveldhuizen? Or have a look at the code to see what we can do about that?

I don't think there is any case where mutability of the message is legit.

> #[When(env: 'never')] > But that seems like bad practice Is it really? I quite like it: it both teaches/builds on existing knowledge about the `When` attr and reads nice...

I guess we can close here, isn't it?

What about directing ppl at symfony/routing >=4.1? It has all missing features + its [faster](https://medium.com/@nicolas.grekas/making-symfonys-router-77-7x-faster-1-2-958e3754f0e1) already (thanks to you!) If anything is missing from the package, we would happily accept...

@XedinUnknown I'm not sure the component has much *unneeded* complexity. For sure it handles more features than FastRoute v1. But this issue is basically about growing the feature set, thus...

It doesn't as long as one commits the symfony.lock file. Did you commit that file @hubertnnn? If not, that's the issue. Otherwise, I've not idea what you're referring too...

> I think it might be better to have the unmaintained versions on Packagist instead of the maintained ones, otherwise you need to edit it every time you release a...

`composer up --allow-abandoned`? By default, packagist would not publish abandoned versions in its json responses for repositories. but a new endpoint would allow listing all versions, including the abandoned ones,...