-
node 5.4.1
jest-cli ^12.0.2
restify ^4.0.4
supertest ^1.2.0
I want to use Jest to do backend nodejs REST API testing also. I do not want to install another test tool like mocha etc.
``` javascript
…
-
This is supported by the current offerings of at least Google (https://github.com/googleapis/cloud-trace-nodejs#what-gets-traced) and Lightstep (https://docs.lightstep.com/docs/nodejs-auto-instrumenta…
-
When I try to compile with typescript@2.8.3, I get this error:
node_modules/@types/restify/index.d.ts(735,5): error TS2717: Subsequent property declarations must have the same type. Property '…
-
Example server (modified from restify/benchmarks):
```js
// bare.js
'use strict'
let i = 0
const server = require('http').createServer(function (req, res) {
i++
res.setHeader('content-t…
-
- [x] I've searched for any related issues and avoided creating a duplicate
issue.
#### Description
~~`close` and `terminate` do not always free the memory~~
Garbage collection is comple…
ghost updated
3 years ago
-
**Describe the bug**
After updating Sphinx to 3.4.1, getting this error: `AttributeError: 'SendRequest' object has no attribute '__name__'`.
I'm testing the Sphinx upgrade to 3.4.1 on `FreeBSD`, and…
dbaio updated
3 years ago
-
I try to run locally...
`sh coffee.sh` produces some errors:
```
peer-server/client/ClientBrowserDataChannel.coffee:4:11: error: Can't call super with @params in derived class constructors
…
-
**Describe the bug**
Sphinx fails generate [requests](https://github.com/requests/requests/) module documentation.
**To Reproduce**
```console
git clone https://github.com/requests/requests/
cd…
-
convert private `_enabled` in class `InstrumentationBase` for node to be protected so inherited class can use it.
-
As discussed [here](https://github.com/open-telemetry/opentelemetry-js-contrib/pull/447#discussion_r625869033) there are different cases of resource/span and other attributes within instrumentation li…
svrnm updated
3 years ago