Robert Kieffer

Results 120 comments of Robert Kieffer

> Might as well give them back to the unixts to go to 38 if that is the case. ... > * 34 bit timestamp, giving 2 bits back to...

Editorial: The distinction between `AbortController` and `AbortSignal` feels overly contrived to me. I get (assume) this pattern is meant to separate the concerns of "signal that can be aborted" from...

How does one reconcile the fact that same argument could be made for [the Console Standard](https://console.spec.whatwg.org/), yet... ```javascript const log = console.log; log('hello world'); ``` ... works everywhere? [Edit to...

Thanks for the quick replies and the explanations here. I do appreciate the time and effort you folks put into these standards. That said, having made an earnest attempt to...

@annevk Thanks for the comments. I'm realizing that a) closing this may have been a bit premature and b) the problem isn't that _abort()_ needs to be bound to the...

First, let me apologize for my "flawed" comment (😳). That came across a bit sharper than intended. And I'll be the first to acknowledge that the `{signal, abort}` tuple I've...

Monkey-patch for disabling debug logging can be found here: https://github.com/prettier/plugin-pug/issues/172#issuecomment-1135155782

I'll get mime-score working on `>=0.6`. IIRC, the only real issue I had was that mocha was failing < 4.0. Shouldn't be that big a deal to fixup. As for...

If you look at the scores in https://github.com/broofa/node-mime/issues/162, it shows (once you know how to read them)... the octet-stream types are 1) on the "standard" facet (no x-* prefix), and...

Conflicts over an extension are rarely the result of an actual difference in media types. Rather, they stem from uncertainty over what the mime type string should be. E.g. `audio/wav`...