Robert Kieffer

Results 120 comments of Robert Kieffer

FWIW, my arguments for why I'm reluctant to support this feature in `mime`: https://github.com/broofa/mime/issues/254#issuecomment-861525817 I'm not 100% against it, but I do question whether there's really enough value here to...

My $.02: Prioritize at the source level, and be explicit about which source trumps which. E.g. I'd suggest: 1. Apache 2. Nginx 3. Node community submitted extensions One thing to...

I'm confused about what the issue is here. > extension priority for multiple types You mean, if the same extension appears in multiple type definitions? Is that allowed??? In node-mime...

> Just think legacy reasons: at one time, .coffee was ... Ah, I see. Thanks for clarifying. > it's impossible to build a correct extension -> mime mapping from the...

Is it appropriate for mime-db to make decisions about conflicts and ambiguity in the dataset? This is the question I'm wrestling with right now. If the answer is, "no", then...

FWIW, https://github.com/broofa/mime-score is now a thing. It's my best attempt at the logic needed to resolve this issue. It prioritizes by (in decreasing priority) RFC "facet", source, type, and, lastly,...

Big thumbs up on this. Now that `async-await` is a thing in ES6, asynchronous flows are more the norm than the exception. Being able to diagram such flows would be...

[Edited to provide better test case examples] Is there a status update on this? I'm currently running into this issue (circular type references) in the following cases (in case more...

Breadcrumb for others: I ended up switching to `typescript-json-schema`. It handles this issue, as well as a number of other issues I was running into (such as module resolution in...

Would also like this. Use case is embedding a form within a modal dialog component that has the "OK" and "Cancel" buttons as part of the boilerplate markup. I'd like...