Andrey Smirnov
Andrey Smirnov
Replace `'` with `\(cq`, as `\'` is different symbol. See smira/aptly#22 and rtomayko/ronn#21.
Requires special component naming, etc. To be investigated. Requested by @erickeller in #110.
Filter line could be longer than command line limit. Probably, support format of multiple liens and convert it into 'line1 | line2 | ...' automatically.
Optimize fetching Packages files if they're the same.
They're non-trivial to implement in client-side code. Extracted from #168
What format? How to handle them? Extracted from #168
Architecture `all` should be useful by itself when mirroring and publishing probably. From gitter.im logs: Is there a way to publish a repository that only contains the architecture "all"? seaninspace...
> This was previously reported to [Slack](https://dockercommunity.slack.com/archives/C7S7A40MP/p1653506079862729) We're using buildkit with custom LLB, and we try to do reproducible builds (reproducible container image output) as much as possible. If translated...
Part of #5668 story: as the advertised peer URLs might change, we might want to update them in real time using the etcd members API for each node. Need to...
## Feature Request Convert native Go struct which represents a resource (e.g. `LinkStatusSpec`) to a `.proto` file under `api/resources/...` and methods `MarshalToProto`, `UnmarshalFromProto`. ### Description