Ana Hobden

Results 385 comments of Ana Hobden
trafficstars

Was the problem resolved by following the suggestion of the error message?

I believe you can edit your `extra-nix-path` in Nix.conf: ``` extra-nix-path = nixpkgs=flake:nixpkgs:2305 ``` As a side note, I recommend you try using home-manager via flakes! https://nix-community.github.io/home-manager/index.xhtml#ch-nix-flakes Generally at Detsys...

Oh no! We haven't tested on Gentoo yet, especially with SELinux. I wonder what's happening...

I believe that is because of https://github.com/DeterminateSystems/nix-installer/blob/a026cc2224ec2cc7aa5d53c542521eb0cea1ad37/src/action/common/configure_shell_profile.rs#L83-L86 Perhaps that should happen at execute time.

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

``` rust // Creates a stream that iterates over both this and the specified streams // simultaneously, yielding the two elements as pairs. fn zip(self, other: Stream) -> Stream; ```...

This would be different than `.take()` because `.take()` requires the values to be fully processed?

@tschottdorf Awesome! Thank you!

I like the points you bring up and I think that this is a discussion we should involve @danburkert as well, let's wait to talk about it till he's back?

Hi @Albibek Awesome! 🎉 :) Over at @pingcap we also created https://github.com/pingcap/raft-rs with the Raft implementation in production with TiKV. I'm going to be focusing my efforts there.