Rong Shen
Rong Shen
* **Version**: v0.11.0 * **Platform**: all * **Subsystem**: ``` js var foo = Symbol("foo"); console.log({}.hasOwnProperty(foo)); ``` ``` TypeError: Cannot convert a Symbol value to a string. at undefined (/Users/rongshen/tmp/babel-pack/src/index.js:1:1) at...
`readonly` at (https://github.com/Venemo/node-lmdb/blob/master/index.d.ts#L103) should be `readOnly`.
https://github.com/Venemo/node-lmdb/blob/master/test/threads.js#L86 I'm trying to add `console.log` as following: at line 86 ``` ... process.on('message', function(msg) { console.log('worker received', msg) // no any output here if (msg.key) { var txn =...
It worked when I was trying to build node.js v6.5.0 but failed with node.js v12.40.0 The part of the output is following: ``` Traceback (most recent call last): File "../../deps/v8/tools/run.py",...
Sometime we need to redraw whole composite not just drawConstraints nor drawParticles.
https://github.com/senecajs/seneca-auth/blob/master/lib/express-auth.js#L296 That might be?: ``` ... if (err) return respond(null, {ok: false, why: err}) ... ```
`Hostname/IP does not match certificate's altnames: Host: bos.bj.baidubce.com. is not in the cert's altnames: DNS:*.bcebos.com, DNS:bcebos.com` 必须显示地在 Superagent 中设置 `disableTLSCerts()` 才能解决。 我知道在官方的 SDK 中显示地忽略了 SSL 证书问题 (https://github.com/baidubce/bce-sdk-js/blob/master/src/http_client.js#L123) 我的问题是,这样还要 HTTPS 干什么?很容易被劫持。...