-
`brew-file init` fails when installed package name is 'oldname'.
Workaround:
```shell
brew uninstall --ignore-dependencies python-cryptography
brew install cryptography
```
Traceback:
```
…
-
A `Brewfile` with this:
`brew "openssl-osx-ca", restart_service: :changed`
Throws this error:
```
$ brew reinstall openssl-osx-ca restart_service: :changed
Error: No available formula with …
-
# New Engineer Onboarding Checklist
## Special Notes
- [x] Paste a link to the general onboarding ticket, which includes the onboarding authorization, here: https://github.com/cloud-gov/product/…
-
### Operating System Info
macOS 13
### Other OS
_No response_
### OBS Studio Version
30.1.0
### OBS Studio Version (Other)
_No response_
### OBS Studio Log URL
https://githu…
-
### `brew doctor` output
```shell
Your system is ready to brew.
```
### Verification
- [X] My "`brew doctor` output" above says `Your system is ready to brew.` and am still able to reproduce my is…
-
Ex. Homebrew/homebrew-bundle generates a Brewfile with the line:
```
brew 'vim', args: ['with-lua']
```
Cider generates:
```
- !!python/unicode 'vim'
```
-
Is there a way we can pin the Mint version within our `Mintfile`?
A big concern of using homebrew is that it is installed globally and without much restriction project-to-project. As new changes ro…
-
Hi Kyle,
This gem is a great idea! Automate everything... and its more powerful than a `Brewfile`.
I'd love to contribute, and I have a suggestion. Would you consider a refactor using [cocaine](ht…
-
`brew bundle` seems to work, `make` fails:
```
% brew bundle
==> Tapping homebrew/bundle
Cloning into '/opt/homebrew/Library/Taps/homebrew/homebrew-bundle'...
remote: Enumerating objects: 6720, d…
-
https://github.com/colindean/hejmo/blob/master/scripts/serve current uses a Python 2.x invocation. It should check for miniserve and use that if it's available (since it's a part of my standard `Brewf…