Eduardo Pinho

Results 343 comments of Eduardo Pinho

Found this issue by happenstance. It is worth pointing out that, according to that RFC, media type parameters without a value are only supported in _extension parameters_, declared as `accept-ext`....

I'm not a maintainer, but I would rather advise to look for [good first issues](https://github.com/actix/actix-web/issues?q=is%3Aissue%20state%3Aopen%20label%3Agood-first-issue) and avoid this one. If the reasoning in my previous message holds true, then this...

Right, at the moment the library needs to know the underlying index type at compile time in order to obtain something which implements `ConcurrentIndex`. I can imagine two directions here:...