Sharif Olorin
Sharif Olorin
I don't believe Anchor is still using this, and no-one who's worked on it still has a commit bit. If others are still using it, perhaps a fork would make...
Apologies for the delayed response @ronator. You're right; the current version is incomplete and should support ranges. I'm not sure when I'll next have time to work on this myself,...
> warn and crit are in the range format (see the Section called Threshold and ranges). Huh, I missed that, I always thought they were scalars - thanks for pointing...
@christian-marie @afcowie @tranma any objections to me implementing this?
I'd be in favour of this for the CLI.
Why the per-file concurrency on top of the per-chunk concurrency? Not sure if I missed a conversation somewhere, but I suspect this might actually be slower - increasing the concurrency...
> This is just a WIP. I think we probably need to collect file sizes as well and if the file sizes are small enough using multiple downloadSingle and for...
I just did plain Haskell types with aeson - don't have a strong preference, but it seems like the QQ implementation in bucket doesn't do a lot to ensure that...
@nhibberd currently "Action" is just a newtype around `Text` ([like this](https://github.com/ambiata/moog/blob/e7ae773063d0fc972c13960ab578aa508e9e2797/src/Moog/Data/Policy.hs#L69)); wasn't sure if it'd be worth enumerating everything at the type level - open to suggestions there.