Highlights
- 2 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,511 contributions in the last year
Activity overview
Contribution activity
April 2022
Created 64 commits in 5 repositories
Created 4 repositories
- ronag/abstract-level JavaScript
- ronag/rocksdb C++
- ronag/turbo-hash-map JavaScript
- ronag/classic-level JavaScript
Created a pull request in Level/rocksdb that received 8 comments
refactor, simplify and modernize code
I realise that this is probably not a landable PR nor is it very review friendly. We are trying to switch over to RocksDB and are on a somewhat tig…
Opened 12 other pull requests in 5 repositories
Level/classic-level
4
open
4
closed
Level/abstract-level
1
open
nodejs/undici
1
merged
ronag/classic-level
1
merged
pinojs/sonic-boom
1
merged
Reviewed 23 pull requests in 5 repositories
nodejs/undici
12 pull requests
- fix: do not set decoders when there will be no body (#1359)
-
chore: add
lint-stagedfor running the lint & test scripts - docs(readme): minor grammar fixes
-
build: add support for
lint-prGitHub action workflow🕺 - fix(fetch): makeNetworkError called twice when httpNetworkFetch run error
- fix(fetch): do not set bodyUsed to undefined
-
feat(diagnostics_channel): add
bodyReceivedproperty to trailers - fix(types): callback body can be any input type
-
fix(Headers): filter out forbidden headers &
getshould return null on unknown header name - fix: formdata cleanup
- fetch: replace HeadersList Array inheritance to Map
- docs: expand mixins information, notate body reuse
nodejs/node
7 pull requests
-
doc: http2.createServer
optionsas optional - perf_hooks: add PerformanceResourceTiming
- http: refactor headersTimeout and requestTimeout logic
- build: make x86 Windows support temporarily experimental
- doc: fix outgoingMessage.removeHeader() signature
- deps: update undici to 5.0.0
- doc: remove obsolete stream API selection text
Level/classic-level
2 pull requests
nxtedition/casparcg
1 pull request
nodejs/TSC
1 pull request
Created an issue in nodejs/node-addon-api that received 6 comments
How to efficiently convert to a std::string?
Give how the API looks today is there an efficient way to convert a napi_value into a std::string without doing an extra copy? Currently in order t…