Koichi Murase

Results 1368 comments of Koichi Murase

The error message `bash: warning: command substitution: ignored null byte in input` is caused on [this line](https://github.com/Jguer/yay/blob/38397d1609cd01cb95d3ce2942beeec794eded6e/completions/bash#L44). It seems `yay -Pc` outputs binary data. `yay -P --help` says: ``` show...

The cache content is created in [this function](https://github.com/Jguer/yay/blob/38397d1609cd01cb95d3ce2942beeec794eded6e/pkg/completion/completion.go#L79-L117). It downloads `https://aur.archlinux.org/packages.gz` and splits the contents into lines *without extracting the `.gz` archive*. Maybe the behavior of the module `net/http` was...

@HrishabhMittal The issue with the `yay` completion seems to have been fixed in the upstream: https://github.com/Jguer/yay/pull/2710. Now, you can update `yay` to the latest version 12.5.3 and run `yay -Pcc`...

What is the result of the following command in your environment? ```bash $ python --version ``` I guess it contains the character ``` ` ```, but I want confirmation of...

I pushed a fix ece0ed32cf8c5da5ed2c0615824e9b4648ad063e, though I'm not sure if it really solves the issue you experience. Could you update oh-my-bash and see if the problem is solved?

Do you use MSYS2 Bash or Bash provided by Git for Windows? There is a known issue https://github.com/msys2/MSYS2-packages/issues/1839 in MSYS2 Bash, and Git for Windows uses MSYS2 Bash.

This was added in #593 by @RobLoach based on #310. In the original PR #310, the variable `ASDF_DIR` seems to be initialized to be `$HOME/.asdf`, which seems to be consistent...

@RobLoach Thanks for your input. I realized that `plugins/asdf.plugin.sh` contains the necessary `ASDF_DIR` resolution, but `completions/asdf.completion.sh` is missing it. Maybe we should think about copying or separating the codes to...

> On the other hand, [the newer official documentation](https://github.com/asdf-vm/asdf/blob/2114f1ebc15b3f1653228c8b416f759898a58dc7/docs/guide/getting-started.md#set-up-shell-completions-optional) suggests putting `.

> Which theme were you using? There are a few thmees that implement their own hg prompts. Most of the themes call `command hg` through `scm_char`, `scm_prompt_info`, etc. in identifying...