Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Pinned
3,964 contributions in the last year
Activity overview
Contribution activity
May 1, 2019
BridgeAR has no activity
yet for this period.
April 2019
- BridgeAR/rigger JavaScript
- BridgeAR/yargs JavaScript
- BridgeAR/yui3 JavaScript
- BridgeAR/trassingue JavaScript
- BridgeAR/requizzle JavaScript
Created a pull request in nodejs/node that received 29 comments
util: highlight stack frames
Using util.inspect on errors is going to highlight userland and
node_module stack frames from now on. This is done by marking Node.js
core frames…
+145
−19
•
29
comments
- util: better number formatters
- assert: stricter object comparison
- [v12.x] backport #27224 as semver-patch
- test: make sure weak references are not GCed to early
- module: resolve the filename in `createRequireFromPath()`
- tools: prohibit `assert.doesNotReject()` in Node.js core
- assert,deps,repl: fix repl and assert not being able to handle language features properly
- Revert "Revert "console: use consolePropAttributes for k-bind propert…
- util: add prototype support for boxed primitives
- util: improve symbol to string tag
- doc: add missing pull request number
- test: do not strip left whitespace in pseudo-tty tests
- process: inspect error in case of a fatal exception
- path: simplify normalizeString
- worker: simplify filename checks
- worker: improve coverage
- util: change inspect output for boxed primitives
- buffer,error: improve bigint, big numbers and more
- util: add prototype support for function inspection
- process: improve cwd performance
- [v8.x] assert: fix backport regression
- console: remove trace frame
- repl: properly handle uncaughtException
- test: simplify tests by using assert.rejects
- util: change inspect compact default
- Some pull requests not shown.
- tools: add Release and Debug symlinks to .gitignore
- buffer: remove unreachable code
- http: `servername === false` should disable SNI
- meta: move Forrest Norvell to Collaborator Emeriti list
- doc: describe API ERR_INVALID_PROTOCOL context
- meta: move @vsemozhetbyt to collaborator emeriti
- stream: ensure state existed when getting property
- module: allow passing a directory to createRequireFromPath
- process: reduce the number of internal frames in async stack trace
- lib: improve option shell on child_process
- doc: simplify GOVERNANCE.md text
- test: skip less scenarios for test-linux-perf.js
- tools: disable no-use-before-define for class
- build: allow icu download to use sha512 over md5
- bootstrap: delay the instantiation of maps in per-context scripts
- test: replace HTTPPARSER by new resource names
- Update certdata nss 3.43
- Remove the unsupported Python 2.6 from configure
- lib: remove outdated optimizations
- [v8.x] deps: V8: backport d520ebb
- test: fix ineffective error tests
- lib: remove Reflect.apply where appropriate
- doc: simplify Collaborator pre-nomination text
- docs: assert require code added
- repl: add autocomplete for filesystem modules
- Some pull request reviews not shown.
- chore(travis): stop supporting Node.js 6, add Node.js 12
- travis: test on Windows
- test: add proxyquire
- chore: cleanup citgm.js
- refactor: rewrite Tester as a class
- lib: fix npm loglevel environment variable name
- lib: fix logging in lib/check-tags.js
- package: update xmlbuilder to 12.0.0
- package: update yargs to 13.2.2
- package: update tap-parser to 9.3.2
- feat: add scripts option to lookup table
- lookup: unskip ember-cli
- lookup: don't skip bcrypt for v12
Created an issue in nodejs/node that received 9 comments
REPL: add wildcard to autocompletion
In most terminals it's possible to use an asterix (*) to indicate a wildcard search (as filter).
It would be great to add something like this to ou…
9
comments