Michael Morehouse

Results 43 comments of Michael Morehouse

Hmm, at first blush I like the ".tar.gz", but something tells me it's probably better to try and remain consistent with os.path.splitext and pathlib.Path.suffix. On Jun 17, 2018, 06:22 +0100,...

Yeah, not sure. This is where pathlib.Path offers the .suffixes method, which gives you a list of all the extension components... I've wondered about rewriting FileSeq in light of pathlib,...

Understandable, though that doesn't directly impact whether or not you'd want to have the Python version using pathlib.Path semantics to provide a more useful (and Pythonic) interface to that binding....

The intersection of two FrameSet objects is -- intentionally -- the FrameSet that contains the intersection of the set of frames provided on either side. The order of the two...

Could you perhaps clarify exactly what it is you're trying to do, and why a workaround is required? From the email chain so far I'm not entirely clear on why...

Thanks for the clarification, I couldn't be certain that assumption was correct. I'm on my phone and traveling, and sadly not on a machine that has access to fileseq currently,...

The default for the sort kwarg in from_iterable is False, IIRC. You should have to explicitly pass sort=True to get the sorting behavior. On Jan 4, 2018, 22:01 +0000, Justin...

Nothing wrong with explicitly passing it ... One thought, there's no reason not to add a "left_ordering" passed by **kwargs that is not provided and True would default to False...

I’ll second the desire for this, a `pubgrub` crate would be extremely helpful. There is a standalone [semver](https://docs.rs/crate/semver/) crate, though I haven’t had much of a look at it. Happy...

Thanks David for creating the repos; I’ve got a bit of of time coming up and I’ll try and get you a PR together that splits out the solver. Michael...