Matthias Beyer
Matthias Beyer
I finally came around to answer the questions you mentioned: **Q8**: ```shell $ echo "$BASH" /nix/store/x88ivkf7rmrhd5x3cvyv5vh3zqqdnhsk-bash-interactive-5.2-p15/bin/bash $ readlink /proc/$$/exe /nix/store/x88ivkf7rmrhd5x3cvyv5vh3zqqdnhsk-bash-interactive-5.2-p15/bin/bash ``` **Q8a**: not applicable **Q9**: ```shell $ type -a bash...
Here we go (sorry for the german locale :laughing: ): ``` $ type compgen compgen ist eine von der Shell mitgelieferte Funktion. $ "$BASH" -c 'type compgen' compgen ist eine...
 yes, it is indeed reproducible... :thinking: :eyes:
Hi! What you describe should work the same as the example from the README (which is with ftp though). What is the exact issue you're facing?
`:h help-writing`
IMO that depends on the changes that are documented. If your changes are a bugfix and one commit, the changelog should be committed with the change. This way, if the...
Okay, thanks for letting me know!
Hey @badboy - after thinking a night about this: I would like to take maintainership of this crate! So **if you want**, feel free to add me to the maintainers...
(you can also, if you want, transfer the repository to me. That would make certain things simpler regarding repository settings)
> Perhaps in time when things are refactored and made cleaner a format pass would be a bit less painful to deal with, but for now there's too much that...