Jannik Vieten

Results 52 comments of Jannik Vieten
trafficstars

Thinking about this, it might be a good idea to have this in a configuration file. This allows easy changes w/o breaking cron jobs, etc. But this wouldn't be limited...

Ok, that's fine. While I still think this is out of scope of the PR, because the failed tests stem from the changed Ansible behavior, I would add commits to...

Mostly agree with @davydden that community efforts should be focused. But there are still two possibilities which seem viable: - having an `ide-` package that supports both, clangd and cquery...

I tried again using bat 0.21.0 and both, aws-cli 1.x and 2.x and the issue is still present. Interesting that it isn't reproducible for you. Maybe it has something to...

Ok, thanks for your effort anyway! I spun up fresh VMs, one with Fedora 36, one with Linux Mint 21 and performed the exact same steps afterwards: ``` wget https://github.com/sharkdp/bat/releases/download/v0.21.0/bat-v0.21.0-x86_64-unknown-linux-gnu.tar.gz...

I see the problem here that httpie is not really responsible for the installation process. This is done by the package maintainers of your Linux distribution (if you installed from...

> I would also say that the request you made should be updated. For the fish shell, the default should be to install them into XDG_DATA_DIRS and only secondly try...

Additionally, things become different for other programming languages and environments. The Rust tool `fd` for example [generates](https://github.com/sharkdp/fd/blob/daf3046a35f012da3628476911cb27e34fdae16b/build.rs#L27) the completion files automatically using [Clap](https://github.com/clap-rs/clap). The fd project then [creates](https://github.com/sharkdp/fd/blob/master/ci/before_deploy.bash#L52) own deb...

Oh yes, apparently I forgot to mention this option despite I recently contributed completions to fish by myself :smile: So if the httpie project would like to hand over the...

> is there a standard way of dealing with that, e.g., by supporting multiple versions of the command being autocompleted simultaneously? I would not call that a standard way but...