Mathias Lundell

Results 4 issues of Mathias Lundell

restify-clients: 4.0.0 node: 14.15.0 The following code hangs without printing called in node v14.15.0. Works in v12.14.0 ```javascript const http = require('http') const restifyClients = require('restify-clients') const sleep = require('util').promisify(setTimeout)...

- [X] I have verified that the issue occurs with the latest twilio.js release and is not marked as a known issue in the [CHANGELOG.md](https://github.com/twilio/twilio-voice.js/blob/master/CHANGELOG.md). - [X] I reviewed the...

bug
jira added

Fix broken links on website ## This relates to... Issue #3322 ## Changes Rewrite links for docs ### Features N/A ### Bug Fixes Links were broken on the webpage ##...

## Bug Description Links in the "Common API Methods" section on the docs webpage is broken. E.g. the `RequestOptions` link under `undici.request` ## Reproducible By Open https://undici.nodejs.org/#/?id=undicirequesturl-options-promise in the browser....

bug