Chris Pick

Results 19 comments of Chris Pick

For those who don't want to update `bash` and/or `bash_completion`, this can also be worked around by including the following in "~/.bashrc" before `bash_completion` is sourced: ``` # copied from...

I see crates with these names (albeit with "ebpf") are now up on crates.io. Is this issue complete?

I've added a proposal to do this in #2191. (This is also loosely related to my proposed changes to query the current signal action in #2190.)

It looks like there may be [an unofficial provider](https://registry.terraform.io/providers/milosbackonja/1password/latest/docs/resources/group) with group and user management functionality. I haven't tried it yet, but it looks promising.

Thanks for the response. I'm not interested in signing a CLA that would allow my contribution to be used under a license that I may not support in the future.

I recently put together a [`rosetta-builder`](https://github.com/cpick/nix-rosetta-builder) nix-darwin module that can replace (or run alongside) nix-darwin's `nix.linux-builder`. It uses Rosetta 2 (within the VM) and I don't believe `pkgs.darwin.linux-builder-x86_64` does so...

> Hmm, I don't like this solution because someone pulling in this crate from crates.io will encounter errors and it'll be very unclear why. That makes sense, looking for the...

> > just a note if someone else hits this: `--no-process-group` fixes it and another issue where it doesn't actually run the command and it doesn't output anything > >...

I recently put together a [`rosetta-builder`](https://github.com/cpick/nix-rosetta-builder) nix-darwin module that can replace (or run alongside) nix-darwin's `nix.linux-builder`. It uses Rosetta 2 (within the VM) and I don't believe `pkgs.darwin.linux-builder-x86_64` does so...