Dmitry Kalinkin
Dmitry Kalinkin
Should be fixed by #248
@domenkozar It is to support installations to user's home directory, this is commonly needed for systems that don't allow creating "/nix" and don't allow User Namespaces. My use case is...
The current store location can be queried with something like `nix eval --raw '(builtins.storeDir)'`
I don't think NixOS has any shortage of people with commit bits. NixOS organisation has 65 members, plus, the nixpkgs repository has some additional committers that are not members. Looking...
@Infinisil The number of members doesn't bother me at all and I'm not calling for purges of any kind. That was not my point. I'm just skeptical about your proposed...
But technically this is a bug in nix, not in nox?
I think the problem lies with the naming of the ```variance()```. There is no way for the histogram to know the underlying statistics of the "fill" calls given to the...
> Would `poisson_variance()` be a correct name if the fills are weighted? I think yes, because the ```poisson_``` refers to statistics. The variance is still calculated correctly, so it is...
> On the other hand, since variance cannot generally be considered a function of a single bin, you might prefer to make it a function of the histogram instead: `h.poisson_variance(i)`,...
I see what you mean. We should be discussing this with the authors, but I don't feel like I'm not up to the task at the moment. If anyone wants...