Andreas Fuchs

Results 111 comments of Andreas Fuchs

Oooh, while we're at it - can we name the "id" columns on each of these tables such that `NATURAL JOIN` (or at least `JOIN ... USING (id_field)`) becomes possible?

I *really* like this idea - not so much for the shoulder-surfing prevention aspect of it (although that'd be nice to have). I have so many codes in the app...

Ah, there is in fact a very annoying thing that requires that I use unstable nixpkgs with deploy-rs: I'm on macOS 11, which isn't supported by the rustc in nixos-20.09....

Found a workaround: I now pin two different versions of `deploy-rs`. The one builds with unstable nixpkgs, to run on my local Big Sur system; the other gets used to...

I think giving nixpkgs as an argument - or even extracting the nixpkgs to use from the nixosSystem definition if that's possible - would be great options. Not backwards-compatible, but...

I'm using [`sops-nix`](https://github.com/Mic92/sops-nix) for this purpose; haven't had to adjust anything to migrate to deploy-rs from nixus - I can recommend it. (Edit: More importantly, I don't think the deploy...

Mechanically, sops (and by extension, sops-nix) is quite similar to pass: You check one or more encrypted files into your version control, and sops takes care of managing the "recipients"...

I suspect this would also help with the separation between target/deploying system as in #13! Very interested in this, especially for machines that are more powerful than distributed builders /...

Is there a way to enable pull request annotations for PRs made from branches on non-forks? I cut quite a few branches on my repos, and there it would be...

In the absence of this, I quickly wrote & released https://crates.io/crates/futures-ticker ([crate](https://crates.io/crates/futures-ticker)) - happy to merge it into this crate, or keep it independent (and implement it for different Timer...