Highlights
- 3 discussions answered
Block or Report
Block or report ronag
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
Forked from deepstreamIO/deepstream.io-client-js
The Browser / Node Client for deepstream.io
JavaScript 1
-
CasparCG/server Public
CasparCG Server is a Windows and Linux software used to play out professional graphics, audio and video to multiple outputs. It has been in 24/7 broadcast production since 2006. Ready-to-use downlo…
8,292 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 22 commits in 3 repositories
Created a pull request in Level/abstract-level that received 1 comment
add more default implementations
Further reduces how much of the abstract api needs to be implemented.
Opened 3 other pull requests in 2 repositories
Level/classic-level
2
open
nxtedition/rocks-level
1
open
Reviewed 17 pull requests in 3 repositories
nodejs/undici
13 pull requests
- fix(test/fetch): <getter>.call will always throw
- fix(fetch): remove brand checks from Symbol.toStringTag
- fix(Headers): do not brand-check toString & Symbol.toStringTag
- fix(Headers): ensure prototype method signatures are correct
- fix(Request): allow passing Headers instance to init.headers
- fix: Remove unnecessary mismatched trailers check
- feat: Allow fetch custom dispatcher
- feat: make dispatcher truly global
- fix: do not use the logicial assignment operator
- fix: exit loop early if request was aborted
- docs: Add DiagnosticChannel to website sidebar
- fix: don't enqueue bytes if the request was aborted
- fix(mock-utils): match header when using fetch
nodejs/node
3 pull requests
nxtedition/casparcg
1 pull request
Created an issue in Level/abstract-level that received 7 comments
Not possible to implement batch(ops) in terms of chained batch
I would expect to be able to implement batch(ops) in terms of a chained batch. However, that is not possible given the combination of abstract chai…