Dan Buch

Results 167 comments of Dan Buch

@bartekpacia Single issue also works for me 👍🏼 I didn't want to pressure you (or anyone else) to get it all done in one shot 😁

Thank you for your thoughtful and thorough issue @bigluck 💖 !

@gzliudan Thanks for your patience. With the example you've given, I'm not able to get _any_ completion working. Instead of this: ```bash PROG=XDC source ${HOME}/.bash_completion.d/xdc.sh ``` did you mean this?:...

If you want to use the latest `v3` release, then I recommend: ```go import "github.com/urfave/cli/v3" ``` and then `go mod tidy` and `go get -u` will get the correct latest...

@houmie Thank you for the report! You're absolutely right. The sync and async versions are too divergent and the async version is clearly not doing the right thing.

@bvolkmer You are absolutely right. Although the original `requirements.txt` is not modified, there is [a decent amount of fiddling going on](https://github.com/replicate/cog/blob/4161a39215004f98fe9284b99cb6600d9b67d22e/pkg/config/config.go#L327). If it's an option, I'd recommend using a separate...