Luka Markušić
Luka Markušić
@tbroyer since you've already _dived_ into the relevant code, are you interested in sending a PR?
Fair enough, wanted to be sure before taking a crack at it. I'd wager a good way would be initializing a `tar.NewReader` with the buffer and invoking `Next()`, if there's...
@tbroyer if I'm reading the [image layout specification](https://github.com/opencontainers/image-spec/blob/970322241ad9c8868d15e6859c9b446ad06b944d/image-layout.md#indexjson-file) correctly, the `index.json` should have the `mediaType` indicating which type it is. Can't check because I don't have such an image, which...
This command might come in handy until something proper is put in place: ``` - key: 't' command: 'git show {{ .SelectedLocalCommit.Sha }}:{{ .SelectedCommitFile.Name }} | bat -l cpp' context:...
Could you please fill out the rest of the template, e.g. which version and/or OS you're using?
Why constrain ourselves to two? Why not add `allBranchesLogCmds` (plural) instead and make it a `[]string`? It _is_ backwards compatible, albeit maybe a bit odd to have both singular _and_...
Looks good! All that remains is updating the docs and cleaning up the history a bit: - rebasing on `master` would be much cleaner than merging `master` into the branch...
Other this one minor nitpick, looks good to me! :)
All that's left is appeasing the CI and I think it's good to ship.
Not sure, to be frank. Also you can squash all the commits now. @stefanhaller I'm hoping you might have an ace up your sleeve regarding the code coverage.