Andy Hamon

Results 42 comments of Andy Hamon

@schneems I think this will be fixed by my PR: https://github.com/masamitsu-murase/seven_zip_ruby/pull/43 Its still weird to be manually copying the .so as @eregon says, but at least my PR puts it...

I'm not using devcontainers, but I wound up here after googling ways to temporarily disable `rvm` since it was interfering with my usage of `direnv`. After finding nothing, I traced...

Would like to +1 this, wanted to check this out but we use GitHub enterprise on prem as well.

Submitted a PR for GHE support in https://github.com/getcord/spr/pull/158

@jordanisaacs it would be great to get this merged! I'm seeing this same issue.

I'm running into trouble here as well. Ive been trying this config: ```nix { homeage = { # Wrap rage so that it can discover age-plugin-yubikey pkg = pkgs.writeShellApplication {...

> and it recently got support for HM as well. @nekowinston did you get it working on macOS? Looking at the docs it only mentions user-level systemd rather than an...

Sadly [sops doesn't seem to work with `age-plugin-yubikey` either](https://github.com/mozilla/sops/issues/1103). I am hoping to avoid gpg since its seems unnecessarily complex compared to age. sops-nix also seems a decent bit more...

Yep, my coworker I think has talked to you on discord, we have a handful of changes we'd like to upstream if possible (some may be more controversial than others)...

I made a minimal example of how readTree is used here: https://github.com/andrewhamon/readTreeExample So basically, i want to teach `nixd` that the result of this expression: ```nix (import (./.)).args ``` is...