Block or Report
Block or report benjamingr
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
petkaantonov/bluebird Public
🐦 ⚡ Bluebird is a full featured promise library with unmatched performance. -
-
-
tc39/proposal-regex-escaping Public
Proposal for investigating RegExp escaping for the ECMAScript standard
-
testimio/root-cause Public
🔍 Root Cause is a tool for troubleshooting Puppeteer and Playwright tests.🔎
556 contributions in the last year
Less
More
Activity overview
Contribution activity
January 2022
Created 6 commits in 3 repositories
Created 4 repositories
- benjamingr/jest TypeScript
- benjamingr/proposal-iterator-helpers HTML
- benjamingr/node-stream-array JavaScript
- benjamingr/blog
Created a pull request in nodejs/node that received 36 comments
stream: add asIndexedPairs
Adds the next (and second to last since we already have .from!) iterator helper from iterator helpers (ref: https://github.com/tc39/proposal-iterat…
+84
−2
•
36
comments
Opened 17 other pull requests in 4 repositories
nodejs/node
6
open
7
closed
1
merged
- test: stabilize eventloopdelay test
- test: make fs watch test more stable
- readline: buffer line events in async iterator
- process: unhandledRejection support more errors
- stream: add reduce
- test: add stream map tests
- stream: iterator helper drop take
- stream: never flatten on toArray
- stream: add flatMap to readable
-
doc: deprecate
buffer.slice - stream: add iterator helper some every
- stream: add toArray helpers
- buffer: fix atob/btoa no-arg case
- stream: add forEach method
sinonjs/fake-timers
1
open
facebook/jest
1
merged
mimetnet/node-stream-array
1
open
Reviewed 64 pull requests in 3 repositories
nodejs/node
62 pull requests
- stream: add reduce
- test: make fs watch test more stable
- doc: fix link to npm documentation
- readline: add support for async iteration
- readline: buffer line events in async iterator
- lib: refactor source map stack trace prepare
- doc: avoid incomplete sentence in cluster docs
- process: unhandledRejection support more errors
- doc: deprecate notice for _getActiveHandles and _getActiveRequests
- util: use hasOwnProperty() primordial
- doc: clarify treatment of non-string argument to new URL()
- test: make worker-take-heapsnapshot non-flaky
- doc: update Mesteery email
- stream: add asIndexedPairs
- lib: replace validator and error
- test: add stream map tests
-
tools: use Set instead of
{ [key]: true }object - doc: remove unadvisable cluster example
- stream: iterator helper drop take
- process: replace validator
- doc: revise url.resolve() text
- test: remove unneeded test statement
- test: use Object.hasOwn() where applicable
- stream: iterator helpers synchronous errors
- lib: throw error in structuredClone when no arguments are passed
- Some pull request reviews not shown.
sinonjs/fake-timers
1 pull request
benjamingr/tmp-promise
1 pull request
Created an issue in nodejs/node that received 16 comments
Start moving to Uint8Array in new APIs?
There was a suggestion by @jasnell to use Uint8Arrays in new APIs over Buffers as well as a weigh-in by @sindresorhus saying it is easier to author…
16
comments