Osama Albahrani
Osama Albahrani
I can confirm the problem happens to me too: ``` ~ $ tldr -u Successfully updated local database ~ $ tldr fuser This page doesn't exist yet! Submit new pages...
Which page is # 3?
Ok. Is it referring to having a separate table for formulae that are macOS-only, and another table for the ones that are Linux-only?
> That sounds like it wouldn't work for the vast majority of formulae that support both macOS and Linux I was trying to propose 3 tables in https://formulae.brew.sh/analytics/install/30d/. > so...
Is there a reason why `CI=1` is needed for password-less `sudo`? Also, this part of install.sh makes it seem like setting `NONINTERACTIVE` or `CI` (or both) should be equivalent: ```bash...
This seems great for porting to macOS, actually (#36). On macOS I don’t need to interact with the base system from inside the distrobox for my use case, but only...
I am able to reproduce this in the official `nixos/nix` container as well. Step 1: start fresh container ```console $ podman pull nixos/nix && podman run --rm -it nixos/nix ```...
Is this still needed?
> Here's my solution, that learns `brew bundle` to edit global Brewfile, if no Brewfile is in current directory (.zshrc): > > ```shell > function brew() { > if [...
> GCC fails on build because it's using an older version than the default installed in the newer versions of Ubuntu and Fedora - I haven't tested on the other...