Caleb Xu

Results 58 comments of Caleb Xu

Hi @aar0np, just added some feedback on the test block issue. The `exec` difference mentioned in the earlier thread should be addressed because as it currently stands, the latter part...

Note: it looks like compilation works without `openssl@3` on macOS since it will try to link to DarwinSSL (provided by macOS Security framework) instead. We can make the `openssl@3` a...

I'll look into adding the `openssl@3` dependency for Linux only and also the Linux build failure (maybe newer CI will fix that now).

Superseded by #110028.

Just tried `lilypond` with `guile` (3.x), looks like it does not search for/consider 3.x versions: ``` [...] checking for guile-1.8 >= 1.8.2... no checking for guile-2.2 >= 2.2.0... no checking...

I use `lima` after Docker Desktop changed their licensing. It runs with a QEMU backend and is fairly simple to set up (2-3 commands). I believe it also works on...

Hi 👋 another Homebrew maintainer here. I understand that CCExtractor vendors its own dependencies (e.g. for gpac, at https://github.com/CCExtractor/ccextractor/tree/master/src/thirdparty/gpacmp4) and that we as packagers are going beyond those boundaries to...

One example is generally upstream fixes for uncommon platforms. For instance, CCExtractor failed to build on macOS for Apple Silicon machines for the longest time because the bundled `libpng` was...

In any case, I don't expect my rationale to sway the direction of the CCExtractor project (I'm sure you have valid reasons for doing things the way you do). Similarly,...

> but I don't see ourselves not vendoring unless someone solves the DLL nightmare for us. Yeah, I understand the Windows situation. Again, not asking to stop vendoring but at...