Hynek Schlawack

Results 710 comments of Hynek Schlawack

Would https://github.com/python-attrs/attrs/issues/630#issuecomment-607281253 help? As for how: I'm considering to make environ-config 3.6+ since I don't expect any major features that are needed for 2.7 too – change my mind. ;)

Pretty sure black is safe. If you think a complete isort configuration might solve this, I'd be super happy for PRs against any of my project. 😅

Would a dict be enough or are the fields properly standardized for certain types?

Sure why not! I guess we need another base class for messages?

That too. But what I meant is that currently we afaik only handle private keys and certificates. Messages would be a third kind. I guess we'll need mixin classes to...

Yes, because pyOpenSSL will hopefully move to cryptography.x509 too https://github.com/pyca/pyopenssl/pull/439 . I’m also idling thinking about supporting stdlib by writing those files into temporary files and load them from there.

That sounds like a pretty neat idea. I’m generally thinking about moving the Twisted-specific parts into Twisted and make pem more useful for generic use-cases. This certainly sounds like one.

TBH I'm kinda regretting shipping Consul support at all, because it's a PITA to test and I don't use it myself anymore (we run Nomad that does registering for me)....

Hah, that's one of the problems. I think custom implementations of the SD agent protocol are the way to go in the end.

I can’t think of one except having it wrapped nicely together.