Node.js back-end developer
Block or Report
Block or report ehmicky
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
cross-platform-node-guide
cross-platform-node-guide Public📗 How to write cross-platform Node.js code
-
-
modern-errors
modern-errors PublicHandle errors in a simple, stable, consistent way
-
wild-wild-path
wild-wild-path Public🤠 Object property paths with wildcards and regexps 🌵
-
netlify/build
netlify/build PublicNetlify Build (node process) runs the build command, Build Plugins and bundles Netlify Functions. Can be run in Buildbot or locally using Netlify CLI
8,853 contributions in the last year
| Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contribution activity
March 2024
Created 72 commits in 5 repositories
Created a pull request in sindresorhus/figures that received 12 comments
Opened 52 other pull requests in 3 repositories
sindresorhus/execa
41
merged
-
Allow template strings with all methods
This contribution was made on Mar 27
-
Fix using both
encoding: 'utf16le'andlines/verboseoptionsThis contribution was made on Mar 26 -
Simplify
linesoptionThis contribution was made on Mar 25 -
Stricter values for the
encodingoptionThis contribution was made on Mar 25 -
Refactor
stdiooptionThis contribution was made on Mar 24 -
Improve handling of
encodingoptionThis contribution was made on Mar 24 -
Prevent handling binary data like text data
This contribution was made on Mar 23
-
Make subprocess async iterable
This contribution was made on Mar 22
-
Add
binaryandpreserveNewlinesoptions tosubprocess.readable()This contribution was made on Mar 22 -
Improve documentation of
maxBufferThis contribution was made on Mar 21 -
Rename
from|to: 3tofrom|to: 'fd3'This contribution was made on Mar 21 -
Strip newlines in transforms
This contribution was made on Mar 21
-
Fix strings returned by transforms in
objectModeThis contribution was made on Mar 21 -
Allow using a
finalfunction without atransformThis contribution was made on Mar 19 -
Use
Uint8Arrayinstead ofBufferThis contribution was made on Mar 18 -
Add more tests for the
linesoptionThis contribution was made on Mar 18 -
Add
.readable(),.writable()and.duplex()methodsThis contribution was made on Mar 17 -
Add
ExecaErrorandExecaSyncErrorclassesThis contribution was made on Mar 17 -
Improve test helpers
This contribution was made on Mar 16
-
Upgrade
get-streamThis contribution was made on Mar 15 -
Fix Markdown typos in documentation
This contribution was made on Mar 13
-
Improve handling of early errors
This contribution was made on Mar 12
-
Change default value of
serializationoption toadvancedThis contribution was made on Mar 12 -
Fix race condition with
subprocess.stdin.destroy()This contribution was made on Mar 12 -
Allow piping process to any file descriptor
This contribution was made on Mar 12
- Some pull requests not shown.
sindresorhus/get-stream
10
merged
-
Upgrade
ReadableStream[Symbol.asyncIterator]ponyfillThis contribution was made on Mar 16 -
Upgrade Ava
This contribution was made on Mar 16
-
Upgrade xo
This contribution was made on Mar 16
-
Remove
highWatermarkoptionThis contribution was made on Mar 15 -
Add browser entrypoint
This contribution was made on Mar 15
-
Fix browser support
This contribution was made on Mar 14
-
Allow multiple readers at once
This contribution was made on Mar 14
-
Speed up test
This contribution was made on Mar 13
-
Add a test for async iterables
This contribution was made on Mar 13
-
Improve test utility
This contribution was made on Mar 13
sindresorhus/figures
1
merged
-
Fix tick symbol in documentation
This contribution was made on Mar 4
Reviewed 17 pull requests in 4 repositories
sindresorhus/execa
10 pull requests
-
Improve handling of
encodingoptionThis contribution was made on Mar 24 -
Strip newlines in transforms
This contribution was made on Mar 21
-
Use
Uint8Arrayinstead ofBufferThis contribution was made on Mar 19 -
Add
ExecaErrorandExecaSyncErrorclassesThis contribution was made on Mar 17 -
Fix Markdown typos in documentation
This contribution was made on Mar 13
-
Allow piping process to any file descriptor
This contribution was made on Mar 12
-
Rename
spawnedandchild processtosubprocessThis contribution was made on Mar 8 -
Improve documentation of
$This contribution was made on Mar 4 -
Print output with
verboseoptionThis contribution was made on Mar 3 -
Improve documentation of global script options
This contribution was made on Mar 1
sindresorhus/get-stream
5 pull requests
-
Upgrade
ReadableStream[Symbol.asyncIterator]ponyfillThis contribution was made on Mar 16 -
Upgrade xo
This contribution was made on Mar 16
-
Add browser entrypoint
This contribution was made on Mar 15
-
Fix browser support
This contribution was made on Mar 14
-
Allow multiple readers at once
This contribution was made on Mar 14
nodejs/node
1 pull request
-
doc: document missing options of events.on
This contribution was made on Mar 14
sindresorhus/figures
1 pull request
-
Add
useFallbackoptionThis contribution was made on Mar 3
Created an issue in sindresorhus/execa that received 6 comments
Use consistent variable name for child processes
Our source code and documentation examples use different variable names for child processes: spawned, subprocess and childProcess. We should be con…
6
comments
Opened 21 other issues in 4 repositories
sindresorhus/execa
3
open
13
closed
-
Stdout/stderr-specific options
This contribution was made on Mar 25
-
encodingoption accepted valuesThis contribution was made on Mar 23 -
Rename
from: 3option tofrom: 'fd3'.This contribution was made on Mar 21 -
Add
.readableStream(),.writableStream()and.transformStream()methodsThis contribution was made on Mar 17 -
IPC helper
This contribution was made on Mar 10
-
Allow
node: trueas a global optionThis contribution was made on Mar 9 -
Add
result.durationMs/error.durationMsThis contribution was made on Mar 5 -
Add colors to
verboseoptionThis contribution was made on Mar 5 -
Allow template strings with all methods
This contribution was made on Mar 5
-
Print errors with
verboseoptionThis contribution was made on Mar 4 -
Print command completion with
verboseoptionThis contribution was made on Mar 4 -
Log command with
verboseeven when they fail earlyThis contribution was made on Mar 3 -
Improve
verboselogging of the.pipe()methodThis contribution was made on Mar 3 -
Escape control characters in error message
This contribution was made on Mar 2
-
Improve escaping of
result.escapedCommandThis contribution was made on Mar 1 -
Improve validation of process arguments
This contribution was made on Mar 1
sindresorhus/get-stream
2
closed
-
Use a separate entrypoint for browsers
This contribution was made on Mar 14
-
Allow multiple readers at once
This contribution was made on Mar 13
nodejs/node
2
open
-
Allow multiple readers to iterate over a stream at the same time
This contribution was made on Mar 14
-
Document
highWaterMarkoption ofevents.on()This contribution was made on Mar 14
Sec-ant/readable-stream
1
closed
-
Ponyfill instead of polyfill
This contribution was made on Mar 14
3
contributions
in private repositories
Mar 3




