Kyle Altendorf

Results 572 comments of Kyle Altendorf

@glyph, my point was that presently you can't bypass the converters (correct?). Having attrs provide a way to bypass those steps or putting them in a class method rather than...

I don't know if it's really better but at this point I pretty much don't use converters or validators (or `__attrs_post_init__`). If I want to do anything beyond accepting a...

I suppose I could also say that if interest from those with authority is gotten I could take some time to catch up this PR etc. IIRC, I stopped because...

Mostly adding this so it might show up in searches for the error. 3.6 is nicely reported as unsupported but 3.7 fails with an error suggesting a ptrace configuration issue...

I imagine the 'real' solution to multi-environment locking to be a two step process. First, run in each environment to collect a bunch of info required for locking and store...

Oh, for completeness, the entirely undocumented http://github.com/altendky/boots is what I use as my front end to achieve 1) multiple 'groups' and 2) multiple operating systems (via http://github.com/altendky/romp). https://github.com/altendky/pm/tree/master/requirements is an...

The intermediate data needs to describe acceptable ranges of versions, not pinned versions.

I... thought I responded to your request for more details, but apparently I never submitted it. :[ Sorry. Yeah, by all means not a trivial task to actually implement all...

There is value in some cases to have cross-talk between the envs. There's something nice about having the same version of library X everywhere. For some use cases...

Before rebinding to the port, in either case, the first socket is closed. Looking at the pytest output in the full session it shows that the second parametrization where the...