Results 643 comments of Blake Embrey
trafficstars

Definitely feel free to update any URLs. IIRC, I had to fix it to HTTPS when I moved it to a lambda function.

Updated to https in https://github.com/lazd/mdn.io/commit/2938acb529c6d6aa4cb6967eeecb62e05672a941.

This isn't a dependency here.

Actually, sorry, this module is not maintained at all anymore and shouldn't be used.

FWIW, I was just reviewing the options since 3.0 and it looks like they're outdated. There's a non-existing option with "remove me" and conflicting definitions of `idleTimeoutMillis`. Edit: There's also...

Looks like `package.json` has an outdated `main`. However, when you change it to `/dist` it's probably breaking because it doesn't accept a string, it accepts an object. Why not just...

It should be accessible on each resource `body`? That would be the best way to iterate over all the schemas (it should exist right now). Aside from that, having an...

Yes, that's correct. It's a feature of the current RAML 0.8 parser. A lot of schema stuff (I think) relies on context like the media type of the body. There's...

If the schemas loading become an issue to you, please let me know. Right now loading the schema strings is a decision by the current RAML 0.8 parser, but we...

Is 1 basically covered by following semver? One thing that you might be hinting at which isn’t covered here is maintenance on versions outside this documents window of maintenance but...