Skip to content

New WARCSerializer: serialize records with buffering to temp file without reading fully into memory #180

New WARCSerializer: serialize records with buffering to temp file without reading fully into memory

New WARCSerializer: serialize records with buffering to temp file without reading fully into memory #180

Triggered via pull request August 3, 2023 02:13
Status Success
Total duration 51s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build (18.x): src/commands/args.ts#L20
Unexpected any. Specify a different type
build (18.x): src/commands/args.ts#L49
Unexpected any. Specify a different type
build (18.x): src/lib/indexer.ts#L153
Unexpected any. Specify a different type
build (18.x): src/lib/utils.ts#L20
'btoa' is deprecated. Use `buf.toString('base64')` instead