Tim Visée
Tim Visée
> ``` > [19:39:57 WARN]: Unexpected exception while parsing console command "" > ``` Just having tested this, I cannot reproduce this. I used [this](https://serverjars.com/api/fetchJar/spigot/1.16.5) JAR on an empty server....
Such feature would be awesome. I'm not sure how to implement that though. The current system for handling the TOML file (through [`toml`](https://docs.rs/toml/latest/toml/)) does support rewriting the file, but it...
I agree. This needs to be added. This likely requires cross compilation (when building on CI), which is somewhat tricky to set up. But this is definitely something to look...
Hi there. Thanks a lot for going through this! I'll take a better look into this at a later time. I'm not feeling well right now. I do have some...
> how could autocompletion be accomplished? This is done through an autocomplete script. Yes, such a script can be generated from `prs`'s code through `clap`. I'm not sure whether it...
I'm currently working on implementing this. You'll be able to generate a shell completion script for your preferred shell from `prs`: ```bash # For example prs internal completions --help prs...
@dotlambda Thanks for the report. I can indeed reproduce this with: ```bash prs internal completions zsh --stdout ```
@dotlambda > The completions for ZSH don't work yet: This has been fixed in `prs v0.2.9`.
@titaniumtraveler Awesome work, thanks for this! I'd love to see a feature in [`clap`](https://docs.rs/clap) to generate this, though I don't think there is. It may be worth to add the...
I had a different error, but it resulted in the same panic: `The device doesn't support any format!?: DeviceNotAvailable`. For me the problem was that I was running the application...