Homebrew

Homebrew is a package manager for Apple's macOS operating system. It simplifies the installation of software and is popular in the Ruby on Rails community.
Here are 1,762 public repositories matching this topic...
One common use case for project maintainers is to update a broken pull request which was made by someone else.
Hub should be able to help maintainers doing the following steps:
- grab a pull request
- update the pull request (rebase or other change)
- update the pull request (aka pushing it)
General troubleshooting steps
- I understand that if I ignore these instructions, my issue may be closed without review.
- I have retried my command with
--force
. - I ran
brew update-reset && brew update
and retried my command. - I ran
brew doctor
, fixed as many issues
Is your feature request related to a problem? Please describe.
It is (barely) documented that mas
is not able to install apps from the MAS that haven't been purchased.
The README does call out that the lucky
command can't be used to purchase an app, but this isn't made clear that it also applies to the install
command.
Please note that this command will not allow you to install (o
Is your feature request related to a problem? Please describe.
The default release text with Changelog and Docker images is nice. Also the option to custom release headers and footers. But it is too static. In my case I not only want to provide links on how to docker pull
a certain image, but also provide instructions to install a Helm chart with a specific just-released image version. e.g.
-
Updated
May 13, 2020 - Swift
Screenshot in README
Could you add a screenshot to the main README with your everyday tools that the dotfiles affect (vim, terminal emulator, etc.)?
There should be a label to mount the Docker socket inside the container automatically so tools which require Docker can be installed with Whalebrew.
For example, Docker Compose has a shell script which runs Compose as an image and mounts the Docker socket.
It should also [ask permission](https://github.com/bfirsh/whalebrew/is
Hi, I've been using SBT, the Scala build tool, and I have a few tips on how to use it with MockServer. How is the HTML documentation managed? Do you use a particular HTML editor? Would the normal PR submission process work?
Describe
is there an option to start devilutionx to show multiplayer log in the terminal?
To Reproduce
Steps to reproduce the behavior:
- raspberrypi or linux terminal
- ./devilutionx
- no output from diablo
Expected behavior
would like to see a log of player connections and disconnections etc.
Additional context
is it -debug?
im having a tough time searching
-
Updated
May 12, 2020 - Python
-
Updated
May 21, 2020 - Go
-
Updated
Jan 15, 2020 - Shell
Feature description
Would be useful to describe the step by step to build it. It is useful to avoid mistakes
For example:
sudo dkp-pacman -S switch-curl -r /System/Volumes/Data
Because we need to add curl as dependency.
git clone --recursive [email protected]:XorTroll/Goldleaf.git
Because we need to clone submodules.
Also, need to link to Plutonium
reposi
-
Updated
May 14, 2020 - Go
-
Updated
Apr 29, 2020 - Swift
OTP 23.0-rc1 introduces EEP-48 style doc chunks and new functions for accessing documentation in the shell. See erlang/otp#2545 for more information.
I tried building OTP 23.0-rc1 with kerl (via asdf-erlang) but noticed the chunks are not generated, e.g. lib/stdlib-3.12/doc/chunks/array.chunk
is not there. Should KERL_BUILD_DOCS=yes
build them or there should be anot
At the italian version of the godmode9 guide, it's written to press R+B to search for titles at the "backup title" section, but it should be R+A.
-
Updated
Apr 6, 2020 - Haskell
Method
Run cider missing taps
Expected Behavior
bootstrap.yaml should have valid entries for taps. In my case:
$ brew tap
blackfireio/blackfire
buo/cask-upgrade
homebrew/cask
homebrew/cask-versions
homebrew/core
Actual Behavior
Output of the taps being updated was captured, plus some other unexpected entries.
- !!python/unicode ''
- !!python/unicode '==>
Created by Max Howell
Released 2009
Latest release 3 days ago
- Repository
- Homebrew/brew
- Website
- brew.sh
- Wikipedia
- Wikipedia
In https://github.com/Homebrew/brew/pull/7371/files I have added lots of
# TODO: check could be in RuboCop
comments toLibrary/Homebrew/dev-cmd/audit.rb
. These indicate that the audit check/problem below does not rely onFormula
state so could be moved to a RuboCop (https://github.com/Homebrew/brew/tree/master/Library/Homebrew/rubocops) to be faster, more reliable and provided in-editor to u