Gary Evans

Results 4 comments of Gary Evans

https://github.com/aschn/drf-tracking/pull/140

This caused us a few headaches trying to debug, can now reproduce consistently; ```py import aiohttp import asyncio async def main() -> None: timeout = aiohttp.ClientTimeout(total=10) async with aiohttp.ClientSession(timeout=timeout) as...

@Dreamsorcerer completely agree that the implementation is wrong in this instance. As a developer it's quite an easy mistake especially when the code is not so simplified and across multiple...

+1 for the Apple Pay use case. ```py > pkcs7.load_der_pkcs7_certificates(data) UserWarning: PKCS#7 certificates could not be parsed as DER, falling back to parsing as BER. Please file an issue at...