Carlo Cabrera

Results 81 issues of Carlo Cabrera

Homebrew Cask also allows you to install fonts on macOS: https://github.com/Homebrew/homebrew-cask-fonts I noticed that you maintain a Homebrew tap for powerlevel10k. Perhaps it also makes sense to do the same...

We're trying to update Homebrew's version of libgit2 to 1.2.0 at Homebrew/homebrew-core#84518. While testing dependent packages, CI encountered the following error which I've managed to reproduce locally: ``` ❯ cargo...

I have something like this in mind: https://github.com/Homebrew/homebrew-core/pull/106812 It makes reviewing the PR a lot easier.

`v0.6.0` crashes when `TERM=dumb`. Here's a way to reproduce this on macOS (12.4, `rust` installed via Homebrew): ```sh cargo new test_crate --bin cd test_crate cat > Cargo.toml

Trying to run `abi-compliance-checker` on macOS ARM64 produces `ERROR: can't check ARCH type`. One way to reproduce this is to run ``` abi-compliance-checker --gcc-path=gcc-11 -test ``` where `gcc-11` is GCC...

**System (please complete the following information):** - OS: macOS 11.6 - Kernel version (if applicable): Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 - strongSwan version(s): 5.9.4...

bug

This is needed (at least) when one customises the Python bindings installation directory using `PYTHON_LIB_INSTALL_DIR`. Since the `library_path` module will also be installed into the same directory as `stp.py`, this...

macOS built-in bash is too old to work with `imgur-screenshot.sh`: ``` ❯ /bin/bash --version GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin20) Copyright (C) 2007 Free Software Foundation, Inc. ``` See also https://github.com/Homebrew/homebrew-core/pull/66829.

bandwhich is currently failing to build for Homebrew with Rust 1.49 on Apple Silicon: https://github.com/Homebrew/homebrew-core/pull/68089 It appears this is due to a stale lock file, causing `cargo install --locked` to...

**Describe the bug** Using Sophus with fmt 9.0.0+ produces the following error: ``` In file included from /tmp/sophus-test-20220724-36730-72obh/HelloSO3.cpp:2: In file included from /opt/homebrew/include/sophus/geometry.hpp:6: In file included from /opt/homebrew/include/sophus/se2.hpp:6: In file...

bug