-
My Brewfile contains
```rb
tap "sass/sass"
brew "sass/sass/sass"
```
Sass has a build dependency on dart-lang/dart/dart ([src](https://github.com/sass/homebrew-sass/blob/2fe8dc4f5a2cacf05b18aea…
-
The current docker inspect format is confusing with both Config and ContainerConfig structures. This has caused several problems when installing images:
https://github.com/whalebrew/whalebrew/issues/…
-
**Is your feature request related to a problem? Please describe.**
I have started using [`Homebrew Bundle`](https://github.com/Homebrew/homebrew-bundle) to declaratively specify my MacOS dependencies…
-
>> Would it be possible to dump only to dump "installed formulae that are not dependencies of another installed formula" just like `brew leaves` does?
>
> This is already the case. `brew leaves` (as…
-
We are using Brewfiles to set up people's machines and we want to give context to what we are installing. The current setup is not ideal for it so I wanted to raise some issues we have and some potent…
-
👋 more of a feature request than an issue!
Being able to bulk install VSCode extensions with Brew is absolutely superb; you can even use something like `yadm` to have machine/context-specific lists…
-
I am writing a tiny helper app to maintain a set of `Brewfile`s. One of the operations I need to do is merging 2+ `Brewfile`s into one. I have a couple of Qs related to that:
* is there any API for t…
ZuBB updated
7 months ago
-
## Your Environment
- mas version: 1.8.6
- macOS version: macOS 13.4 (22F66)
### mas Install Method
- [x] `brew install mas` (homebrew-core)
## Describe the Bug
> Getting `Error: Unabl…
-
Right now, users can specify *cargo* dependencies for their package via `Cargo.toml`, but we don't provide a way for users to specify *system* packages that need to be present during the build. We sho…
-
I tried to install `macfuse` with the following setting.
```
[workspace.metadata.dist.dependencies.homebrew]
macfuse = { stage = ["build", "run"] }
```
However, the following errors are reporte…