Derek McGowan
Derek McGowan
Quota handling is a topic we should discuss at a high level first and possibly a good topic for a future community meeting. However, getting library support for setting project...
> Can we avoid two difference completions? If a subcommand is easier for user to use, then remove the static file, and update the documents https://github.com/containerd/containerd#enabling-command-auto-completion Agreed on having one...
I don't think reproducing what was done for nondistributable layers is a good idea. Runtimes end up having to special case these since they are hard to interpret. For example...
@jonjohnsonjr is ordering important when applying them though, for example from an unwrapping perspective. Not sure if that is defined as part of that specification. For example `+gzip+enc` usually means...
> is inconsistent with everything @jonjohnsonjr Do you think the artifacts repo should provide guidance on the media types? The ship has kind of sailed on the v1 OCI types...
I put this on the agenda for tomorrow's weekly dev meeting. If we can't get enough people there tomorrow to discuss we can push it out a week too.
@thehh1974 the pull command output shows that the layers did not exist locally. Make sure `discard_unpacked_layers` is set to false if you want to keep the layer content for exporting...
If multiple PRs are hitting the proxy issue, might be worth splitting it into a separate PR. That is a much faster review.
Seems this change is to accommodate a case where someone was directly including a `.c` file from a directory with no `.h` file using cgo. See https://github.com/leslie-wang/go-mediainfo/blob/master/mediainfo/mediainfo.go#L7. While including more...
Closed #28 for staleness, is this issue still relevant though?