Daniel Bayley
Daniel Bayley
- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [x] Have you checked that there aren't...
stash?
`apm publish` throws an error and refuses to publish unless you have a _clean_ directory. Wouldn't it be better to simply `stash` everything, `publish`, then _restore_ (and remove) that `stash`?
Respects the `editor.roundedSelection` setting.
…and removes it completely; not even just to the trash.
It would make it easier to find all disabled packages…
Neither `cson2json` or `json2cson` append a newline at the end of the file they generate; shouldn't they default to this behaviour? Or maybe a `-n`ewline command line flag if not?
It would be nice to be able to simply set the `.zunit.yml` config options with environment variables, and avoid having to manage another file when it only contains a few...
See https://github.com/xreader/git-for-humans This library seems to handle a lot of complex git tasks quite easily… might be useful here?
…rather than open a new pane.
Depends on https://github.com/Homebrew/homebrew-core/pull/102813.