Ethan Resnick

Results 54 comments of Ethan Resnick

Thanks @royfielding for jumping in, both here and on the other issue! It's much appreciated. Just to clarify one thing: when you say "If the matching algorithm is implemented, then...

I'm not sure. My hope is that we can do at least a _bit_ better than that. See my comment on #35

@dougwilson Any thoughts on this? It would really help me out with implementing the negotiation requirements [here](http://jsonapi.org/format/#content-negotiation-servers). Edit: I'd be happy to have the object contain a single `type` member,...

Hey Doug! Sorry it's taken me a while to get back to this :) > If you can, would you be willing to provide an example of what some real-world...

Awesome. I was gonna ask about that :) Looks like a package.json thing

@dougwilson Besides the parameter parsing issue, is this ready to merge, now that it works without `provided`? And about the parsing issue...I actually couldn't reproduce it. When I set `Accept:...

Ahh, ok, my mistake. I think your original post had a missing quotation mark, and we've had issues with quotation mark parsing in the past, so I just assumed that...

@dougwilson Your ping on expressjs/compression#44 reminded me of this issue too. Let me know if you have a chance to look this over soon :)

Hey Doug, sorry it's taken me a while on this! To your cases... > Given the header Accept: text/html; level=1, text/html; level=2, what should negotiator.mediaTypes(['text/html'], {detailed: true}) return? `negotiator.mediaTypes(['text/html'])` currently...

@dougwilson Done! I've also rebased everything so that it's much easier to follow :)