Furkan Türkal
Furkan Türkal
Any updates for this? 🙏
> I think gitui handles TUI integrations very well and it would be redundant to have gfold do the same within an single repository. Oh, I see now. Thanks. >...
I would definitely use the interactive mode. :) I think interacting with `gfold` would provide much better UX in long-term. Currently, It only shows the git projects and works like...
> Are you saying that you would like to jump to a directory with the given list of results? Yes! I thought _fzf_ would just enough to handle jumping or...
@maxsmythe I think `` was corrupted the newlines somehow. @sozercan I tried 3 times in row but still it keep failing. 🤷♂️
If we maintain separate syft executable internally, I think it would be better to start related flags with `--syft-` prefix. ```bash $ nerdctl image push -t --sbom-format --sbom-attach --sbom-output /path/to/file...
> otherwise we don't have to set the configuration in the compose spec it can be supported by flags. sthg like `nerdctl compose pull --verify=cosign --cosign-key=/path/to/key` may be very useful...
> > We had to move pkg/{build/nodeimage => }/internal/container/docker package. We couldn't access the Pull() function in the .../nodeimage/internal/container/docker package due to Go internal package access limitations. How should we...
kind ping 😇
Kindly ping here. 🤞 @developer-guy @BenTheElder It would be great to get local images before passing it to `kind create cluster --image ` command. `$ kind get images` or `$...