mscdex
mscdex
Unfortunately this removes a lot of custom changes (which admittedly need to be written as a separate patch) needed for cross-platform compatibility. Is there a particular reason you need 5.38...
I think I would rather just get rid of the silent fallback to `http.Server` and enforce a TLS configuration.
@Mithgol Yeah I never got around to finishing this as I ended up really needing something different at the time (searching a stream).
My projects target npm because that's what's always been bundled with node. npm bundles node-gyp. AFAIK there is no way to ensure that only one copy of it is installed...
Besides, node-gyp is not required for this project anyway, it's optional.
I have not tested with video yet.
Yep, due to the changes in the v8 API.
Yeah that's the rather aggravating thing about the upcoming node v0.12. If they release it without a nan-like solution built-in and/or they don't end up just integrating nan (as-is, in...
@mikemaccana I haven't had time to properly nan-ize this addon yet. I am open to PRs to fix that though.
That log doesn't seem to be from this module, as that format for the request IDs is not used by this module. Anyway, I think the server is telling you...