Daniel Peebles
Daniel Peebles
There's also some annoyance with even `nix-build --dry-run` considering the state of the local store when showing me what to download, so it's not so much a "what's in the...
I've mostly worked around the issue above by using a custom throwaway store in 1.12. One thing that's sort of annoying about this `--dry-run` approach vs. a more first-class "does...
Hi! I hadn't seen the PR, but I'll go check it out, thanks! I think auto-detection would be ideal if technically feasible, since if I get passed an IIIF URL...
What would it take to add this?
Thanks for clarifying! Yes, I basically just want to not have to think about the pages when I know botocore has enough information to avoid it 😄
@joguSD also, your proposed interface seems fine. Basically, it seems like this would be pretty good: ```python def items_iterator(self, result_key=None): if result_key: # Some way to look up the result_key_iters...