ociaw
ociaw
Could you provide examples of what the API might look like? I'm not sure if these would fit in best as part of `IDistribution`, or as extension methods. And if...
Yep, I think extension methods are the way to go with this. Default interface members could be used as well to avoid re-implementing them, but I can't think of any...
@djcarter85 Thank you for the PRs! I think the only thing that's left for this ticket is to add documentation - I think these deserve their own page. If you're...
1) Yeah, I think that behavior is fine. However, it needs be explicitly documented, somewhere... Maybe just a `` section on SelectMany? 2) Same as `TrySample`. 3) I'm not particularly...
I think everything looks good! I've merged it all in. (Sorry for suddenly dropping off of the face of the earth; I intend to get back to working on RandN.)
It looks like GitHub is double hashing it. > [Documentation for hashFiles:](https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#hashfiles) This function calculates an individual SHA-256 hash for each matched file, and then uses those hashes to calculate...
Thank you for the PR! This algorithm looks like a good fit for RandN. However at the moment, I am uncertain how I want approach UInt128, given that it is...
I haven't been able to replicate this. Can you provide the .NET version, RandN version, and CPU architecture this is occurring on?
It's definitely not just headers - I think the difference between transferred and actual size is due to compression. I see that Firefox is sending a new/unique etag for each...
Hmm, no piping, but I'm running it inside `screen`, with fish shell if it matters. The exact command is `rustic backup --log-level Debug --log-file ~/rustic-log.log`, though I only added the...