Dusty Mabe
Dusty Mabe
> @dustymabe you mean to use it in the pipeline right? Yes > If so then this PR now creates the oci-archive. So in the pipeline I need to call...
> Playing with the `upload-container-manifest` not doing the upload while creating the container might be a bit tricky. The meta.json currently has oscontainer in a seperate entry from the artifacts....
> I don't see `push-container-manifest` in https://github.com/coreos/coreos-assembler/commits/rhcos-4.8 so that will be required to be backported too. @dustymabe you had any other plan? like trying to build old versions with the...
Is the update to go modules (vendoring) required in this PR? Can we split it to a separate PR?
> > Is the update to go modules (vendoring) required in this PR? Can we split it to a separate PR? > > Since I am adding something to new...
Seems like issues with NVR systems isn't uncommon: https://www.reddit.com/r/pikvm/comments/oc8x57/comment/ho0vinj/?utm_source=share&utm_medium=web2x&context=3 There is an offset with my mouse so bad it's not really workable.
ok https://src.fedoraproject.org/rpms/fedora-repos/pull-request/112 merged, but... should we try to get the underlying libraries fixed so we don't have this problem in the future? should this issue be transferred to be against...
Can we still drive down on this issue and fix the underlying library so we don't hit this again?
I do something similar to this already with this tig binding in my git config: ``` [tig "bind"] generic = D !git difftool --tool=vimdiff --no-prompt %(commit)^ %(commit) ``` It just...
> @dustymabe @GarySmith but this bind can only work for committed changes, how can I compare unstaged changes? for that I just run `git difftool` instead of `tig`