Ali Ijaz Sheikh

Results 9 issues of Ali Ijaz Sheikh

Please fill in this template: - [x] Use a meaningful title for the pull request. Include the name of the resource added. - [X] Add a short sentence on why...

I'm using the sample app for `logging-bunyan`, but I expect this to happen across the board across all libraries. ``` > node server.js (node:38767) UnhandledPromiseRejectionWarning: Error: Sorry, we cannot connect...

type: feature request

Originally reported at https://github.com/nodejs/node/pull/25576#issuecomment-505847595 by @filipesilva: > Capturing the CPU profile using the node pprof was a breeze. The browser visualization for the CPU profile seems to fail to render...

This shifts the native code into the pprof module, making us pure-js. The pprof project is shipping precompiled binaries for Linux already, removing the burden from here.

Sampling heap profiler has polynomial complexity in the number of active samples in the weak callback. This resulted in pathological pause times due to a bug in GC that was...

Right now we offer `write` which outputs a file. It would be nice to offer a readable stream so that the users can route the data to a destination of...

At a previous WG meeting we discussed the task (assigned to me) of figuring out the criteria for async_hooks to exit experimental. While #124 can continue to be the tracking...

never stale
triaging-requested

It would be nice to be able to use async/await with `Service#request`.

type: feature request