Adrian Ho

Results 83 comments of Adrian Ho

> nor is it present when I `brew install --build-from-source xterm`. `¯\_(ツ)_/¯` @naikrovek, since you have a working local build, what's the output of the following commands? ``` brew deps...

Hmm. I just installed `xterm` 400 from bottle, and the command line you posted kicks up an xterm _with the Codelia font_ for me (on Sonoma though), with zero errors....

Sorry, the `critcl` resource needs to be bumped to 3.3.1.

> It's as if my system state got weird, as if every dependency got marked as "explicitly installed". What's the output of `brew leaves --installed-on-request`? These are the formulae that...

> * we should consider having some `${FORMULA}-full`/`${FORMULA}-minimal` formulae for maximal/minimal cases of formula and keep `${FORMULA}` for "the functionality that we need for dependencies in Homebrew itself". This would...

As the maintainer of the macOS formula, I'm personally inclined to "deprecate and recommend replacement" rather than quietly replace the now-defunct formula. That said, I'll follow Homebrew's lead on this,...

Is there a consensus on how to proceed with this?

My 2 cents: keep SQLite and SQLCipher separate, since the latter is a fork that explicitly maintains upstream's API while adding new features, so a lot of programs would only...

> One option could maybe be some kind of wrapper which manipulates `PATH` before invoking the real `elixir` or `iex`, but that feels kind of hacky. If I'm not mistaken,...

It looks like the `elixir` binaries are themselves relative symlinks to other parts of the installation, so relocating them naturally broke them. The way forward is to install the whole...