Martin Maney

Results 64 comments of Martin Maney

@tkalus no, sorry, this has just had the bad luck to arrive when I'm trying to clean up the loose ends... and it turns out that one of the loose...

Picking up the threads I dropped until after 0.8.3 got released. Can I ask you for some further work to cleanup this driver? If I understand this correctly, the driver...

/me jumps up and down! Yes, all of that! And I want to ask about that waiting - is this the first driver that has a way to support the...

Memo to the future: tldextract isn't a perfect answer, even ignoring the considerable bulk and need to refresh its tables. It might not be common, but if you have internal...

@alanbacon wouldn't it be better, at the CLI level, to request the total time to wait before giving up? Yes, I know that's not how Client expresses it now... that...

@alanbacon Okay... it's been a long day, I need to sleep on this. We've had a couple of mentions of timeout issues, and that wait-for-all-validations loop is rather a mess...

With the get_certificate mess targeted for 0.8.5, I expect fixing this (by adding a simple timeout instead of MAX_COUNT) will be a side effect. The rest of that work will...

I'm not sure what asyncio would buy sewer, unless you were processing a bunch of separate requests in parallel (which the cli certainly doesn't support). Given how much the API...

Heh, I was going to say something about batching being the one likely use case for this. Also that making sewer more parallel might push rate limits [harder].

Another old bug/PR that will be part of the get_certificate refactoring work.