Paul Ganssle

Results 208 comments of Paul Ganssle

@rmorshea I don't think I know what that is, I don't see it in [the list of traits](https://traitlets.readthedocs.io/en/stable/trait_types.html). Are you proposing a new trait type called `Encode` that will automatically...

Two other alternatives to 2: 1. *Only* run the hypothesis tests on a buildbot, but run the stubs on CI (as we're doing in python/cpython#22863) 2. Add the hypothesis CI...

> Can we perhaps have an open discussion on the merits of Hypothesis itself on python-dev before committing to this? You mean `hypothesis` specifically or property-based testing in general? I...

If it's very complicated to pull it off, it may not be worth it. The benefit is that, to some extent, it would be nice to be able to decouple...

I'm not working on it. I assume no one else is because it's not trivial and it's not on the critical path for a successful "production-ready" release. I think it's...

Is there a plan to verify the tag signatures? Would we check in our public keys to the repository, rely on getting them from a keyserver, or would we just...

I'll note the way I do it in (at least most of ) those: 1. Every push / PR triggers the wheel building machinery. 2. Tagging the commit triggers deployment...

@matrixise Sorry this is on my list but probably can't get to it until the end of the month. 😟

@matrixise Yes sorry about that, I will put it on my list for the next few days, possibly this weekend (though I have an event I'm mentoring at that may...

Since I came here to possibly make a similar PR, I'd like to humbly suggest adding support for `time.perf_counter` and `time.perf_counter_ns` in this as well. On most platforms, `time.perf_counter` is...