Paul Ganssle

Results 206 comments of Paul Ganssle
trafficstars

Per my PR #5, I think that `arrow` should be dropped entirely, though providing access to `isoformat()` or an alternative formatter doesn't seem like a bad idea.

@hackebrot I think the CI failure is something to do with the way you're running tox. Recently @gaborbernat set up tox/travis [over on dateutil](https://github.com/dateutil/dateutil/blob/master/.travis.yml), and I believe the way he...

Even if Arrow is maintained again, it would probably still be a good idea to drop the dependency since it's not really necessary.

I don't see why it would, the current version passes all the tests and replicates the functionality that arrow is providing. The tests seemed like they were failing, but it...

One thing to note here is that because binder apparently uses a specific `conda` env with a bunch of packages already pinned as the base Python environment, `pip freeze >...

@pradyunsg What is the goal with this old vs. new branch thing? Do you have any idea what the deprecation period is going to be? I was a little surprised...

I'll note that I do think it's fair to stop _improving_ `pep517.build`, so changes to the issue template or the documentation saying something to the effect of, "We've frozen `pep517.build`...

> The branch was my idea. I'm OK with reverting the change on master if people prefer. To clarify my position a bit, I don't really care what branching and...

> That generates a valid datetime: datetime.datetime(1969, 12, 31, 0, 0, tzinfo=tzoffset(None, 115200)) > > The fact that there is no timezone today with an +32:00 offset does not mean...

We cannot wrap because that would change the actual values. Something with a 25 hour offset would be 1 day and 1 hour offset from UTC, *not* just 1 hour....