Mislav Marohnić

Results 833 comments of Mislav Marohnić

It seems that Survey has a "vim mode" that is activated using Esc https://github.com/cli/cli/issues/1483

Thanks for reporting. For accessing public resources, this has been a long-open issue: https://github.com/cli/cli/issues/2680 In theory, allowing un-authenticated requests to e.g. clone public repos or download their Releases could be...

We have discussed this with the team and our consensus is that we _won't_ allow making un-authenticated requests to the GitHub API because that might quickly run into rate limits...

Thanks for everyone's patience! We've just discussed this and given it a green light to proceed: - These commands should gain an `--editor` flag, like `issue comment` already has: -...

Thanks for letting us know! In the future, we might try to allow a non-admin install. Protip: you can also install over package managers such as Chocolatey or Scoop 👍

Thanks for the additional context; reopening this as a feature request to tweak the Windows installer. 👍

@itsme-alan That's a good point. I'm not familiar with how tools like Winget or Chocolatey run an MSI installer from a script. MSIs in graphical mode can ask the user...

I've found [some Wix documentation](https://wixtoolset.org//documentation/manual/v3/wixui/dialog_reference/wixui_advanced.html) that sounds like it might address making a single MSI that covers both per-machine and per-user installation, but I have no experience with this. If...

@swrobel We do add the `upstream` remote in addition to the `origin` remote after you use `gh repo clone` on a fork. But we haven't made any plans to add...