Gabi
Gabi
Hi! When you try to use an `io.Reader` input and specify 'pipe:' like this: ```go fd, err := os.Open("./file.mp3") if err != nil { panic(err) } err = ffmpeg_go.Input("pipe:", ffmpeg_go.KwArgs{"format":...
This header comes from the proposal of adding a way for registries to limit chunk sizes from the client. The implementation is simple enough; we're just adding a io.LimitReader and...
### Description Hi! We've encountered a use-case we'd love to discuss over here. We're proposing a new header that could be useful for registries that are behind proxies. Those proxies...
Related to: https://github.com/opencontainers/distribution-spec/issues/485 This allows registries that buffer request bodies via proxies to be able to handle uploads that surpass their in-memory limit.
# Feature Request https://docs.oasis-open.org/virtio/virtio/v1.2/csd01/virtio-v1.2-csd01.html VIRTIO_VSOCK_F_SEQPACKET has been introduced as an option for virtio vsock. It would enable the use-case of VMs that are relaying datagrams over a vsock and need...
As we need to copy a stream of the uploaded layer (random uuid) to a `blobs/.../` path, that might surpass the maximum size of a monolithic upload to R2 without...
This is part of the workstream to give a container access to a WorkerEntrypoint. How it works is that subrequest channels can implement a writeServiceDesignator function that they can fill...