Adrian Ho
Adrian Ho
Just like that: `/opt/homebrew/opt/postgresql@16/bin/psql`.
FWIW, I run a mixed macOS/Linux environment, and the vast majority of my scripts are cross-platform _and_ expect a GNU userland. Since all my scripts source a common shell library,...
Another issue from way out in left field: https://github.com/orgs/Homebrew/discussions/4135 Cask install logs here: https://gist.github.com/gromgit/6a332888b9a77084cf40ae2e8c28d0c6 In a nutshell, the `dotnet-sdk` cask contains the following stanza: ``` binary "/usr/local/share/dotnet/dotnet" ``` With `HOMEBREW_INSTALL...
I'm pretty sure the correct process is to [raise a PR with the appropriate changes](https://github.com/AllThingsSmitty/css-protips/blob/c0c096d47e73676426f6170bfabc85510b7f688a/CONTRIBUTING.md), not wait to be assigned.
There's an app for that: https://github.com/vn971/rua
If I read the [vscode-shellcheck docs](https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck) correctly, you really want to set up a separate workspace for PKGBUILD development, and configure the following options therein: ``` "shellcheck.customArgs": ["-s", "bash"], "shellcheck.exclude":...
I think he means someone should raise a PR, not that one already exists.
Sorry about that, but there's no easy solution for this. I currently snapshot the upstream core on a regular basis, then try to build the changed formulae one at a...
It might or might not, but since the intent of this repo is to mirror the main Homebrew core as closely as possible, I won't be modifying any config files...
> Or, could it make sense to just not interpret those special characters when `-s` coercion alone is specified? I think that would be the most expedient _and_ easily-understood solution,...