Erica Marigold
Erica Marigold
> This bug happens on both Git Bash and the default Windows terminal program/command prompt. Any specific reproducible code in that case? Like I said, I've tried some code which...
Will check it out later today, although it could likely be an issue with the upstream library we use for prompts, [dialoguer](https://crates.io/crates/dialoguer).
> The grammar in its current state is unsuitable. Fixing the grammar will require some considerable changes to make it compatible (it may even be simpler to just rewrite it)...
Looking forward to PR'ing this! Would something like a `--allow` flag that takes in a comma separated list of permissions to allow sound good? In the future, we could build...
I've done [similar work for lune](https://github.com/CompeyDev/lune-packaging), and although I don't think I'll be able to dedicate vast extents of time to maintain multiple platform packaging for Rojo, I think I'll...
To be fair, most packaging is one time, except for things like dpkg/aur (usually pushing to repositories). For instance, you'd probably never need to update an MSI's configs except for...
True, however the other use-case is to simplify repeated tasks. It's much more simpler for me to install Rojo in a new installation of Arch Linux with an AUR command,...
I've now published [rojo](https://aur.archlinux.org/packages/rojo), [rojo-git](https://aur.archlinux.org/packages/rojo-git), and [rojo-bin](https://aur.archlinux.org/packages/rojo-bin) to the AUR. Is there anywhere on the docs that I might need to add these to?
Also, as for `pkg` and `msi` installers, I found a crate which makes it fairly simple to generate such OS-specific installers. See [burtonageo/cargo-bundle](https://github.com/burtonageo/cargo-bundle).
Seems like the issue is occurring due to this extension itself, as I disabled all other extensions and this still occurs. You can view the logs [here](https://gist.github.com/CompeyDev/88eefd011db2137b98446f1e0c56cc13). EDIT: This is...