Nathan Shaaban
Nathan Shaaban
Can you upload the zip generated by the "Get support" button please? It's possible you were hitting a github api ratelimit, it may work if you try it again
That's peculiar, github api is responding with 401 (that is not allowed). Are you using a VPN or otherwise know a reason why it might github api might be blocking...
Closing issue as stale, please re-open if you respond
Going to switch gears now and work on a follow-on PR to integrate this into CI. This can merge-as is (so you guys can use it to test other PRs...
Yup that's the goal! That's considerably harder than expanding this, so made it into two separate PRs. I'll also need to add backup/restore tests, as well screenshot functionality, as well...
Needs to be done per-shell, each shell has their own completion format/logic. I've done it before for zsh, not trivial, and would need to be kept up to date
Keep in mind the more we have, the more we need to maintain. bash + maybe zsh if one of us uses it actively is probably good enough, it is...
Looks like this can be done programmatically and be kept up to date! https://github.com/kislyuk/argcomplete I've seen some CLIs bundle their completion in their code (for example `my_binary --generate-completion bash` would...
Can reproduce on my machine Then I got at least copy to clipboard working (not the print button) - I installed the 'cups-pdf' package (has that name on Debian and...
> Perhaps we need to make sure we have the appropriate packages installed for our distros to ensure such functionality is working. Perhaps. Not sure if it would be worth...