mscdex
mscdex
Title says it all, github-bot should not attempt to backport changes marked as semver-major. /cc @Fishrock123
* **Node Version**: v12.x-v16.x * **Platform**: Windows * **Compiler**: VS2019 * **Module**: n/a Verbose output (from npm or node-gyp): ``` gyp info it worked if it ends with ok gyp...
It'd be nice to have the VC version (not the VS version) included in config.gypi, so that we can easily tell what compiler was used to build the project. The...
environment: node v0.6.6 on windows with express 2.5.2/connect 1.8.3 and express-resource 0.2.3 Routes in the form of "/users/1/edit" do not work for me (e.g. I get "Cannot GET /users/1/edit" in...
**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [x] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md - [x] I...
The description mentions "high performance" but I don't see any benchmarks or benchmark results anywhere. Which other node pdf modules/addons did you compare this addon with and how? What were...
``` ../../../../node_modules/nan/nan.h: In function ‘void Nan::SetAccessor(v8::Local, v8::Local, Nan::GetterCallback, Nan::SetterCallback, v8::Local, v8::AccessControl, v8::PropertyAttribute, Nan::imp::Sig)’: ../../../../node_modules/nan/nan.h:2551:16: warning: ‘void v8::ObjectTemplate::SetAccessor(v8::Local, v8::AccessorNameGetterCallback, v8::AccessorNameSetterCallback, v8::Local, v8::AccessControl, v8::PropertyAttribute, v8::Local, v8::SideEffectType, v8::SideEffectType)’ is deprecated: Do signature check...
### Details Is the addon init function generated by `NODE_MODULE_INIT()` guaranteed to be thread safe? If not, is there some other init function we should be defining that only gets...
**Is your feature request related to a problem? Please describe.** It's annoying to have to pass `projectId` to every client method if the project ID never changes for the particular...
Running `istanbul -v cover test/test-foo.js` shows several `Module load hook: transform` messages (one for each of my files in `./lib`) and it creates a `./coverage` directory, but it's empty when...