Will Spurgin
Will Spurgin
Ah the Current Attributes middleware yes... There isn't a mechanism currently to just match anything directly against the context, _but_ it should be fairly trivial to add. In the end,...
Definitely seems like something we could add and a good first issue for someone (since it's easy to define the negative version with `RSpec::Matchers.define_negated_matcher`). Good suggestion!
@manovasanth1227 feel free to open a PR! No issue assignment necessary!
``` Error: ../go/pkg/mod/github.com/containerd/stargz-snapshotter/[email protected]/estargz.go:43:2: no required module provides package github.com/vbatts/tar-split/archive/tar; to add it: go get github.com/vbatts/tar-split/archive/tar ``` @ktock during `go install` of a separate package that pulls `stargz-snapshotter` as a dependency....
@ktock I saw it got reverted, I raised this issue more so to be aligned to what was raised in that repo: https://github.com/vbatts/tar-split/issues/81#issuecomment-2628302903 Namely, this repo _shouldn't_ rely on that...
I _think_ it looks feasible for this repo (at least) to move off of the forked `tar-archive` based on what that issue's author has seen (perhaps by using the [`TeeReader`...