E. M. Bray

Results 253 comments of E. M. Bray

@nhairs Thanks for your input. I let this slip a long time ago when things got busy in day job. But since we use this package I'm still very much...

I have seen this recently as well in parallelized tests that are calling mypy. I think simply put it is not intended to be able to run in parallel--the problem...

This is useful, however, when subclassing other schemas that may already have some processors defined on it (say, some `post_load`). There are some ugly hacks to get around that, but...

Yeah, I might give that a shot. There are definitely areas where one can run into trouble with this (e.g. cycles). Normally that wouldn't happen but it would probably be...

There were several ideas thrown around in this issue, but are any of them actionable? Is there actually a bug or need for enhancement here?

There appears to be a PR in #3951.

I'll try to take a look

I think this only applies to users who would be installing cypari from PyPI. There are two reasons for this: 1) If you already have the same version of a...

Yes, that sounds right. Another possibility for the future, but unfortunately not available to us yet is a custom "platform tag"in the filename. This was originally specified [here](https://www.python.org/dev/peps/pep-0425/#platform-tag), though I'm...