Kevin Brown-Silva

Results 127 comments of Kevin Brown-Silva

After trying to reproduce this in Windows Subsystem for Linux (Ubuntu 20.02 LTS, Python 3.8) using Coverage 7.2.2 and the python-websockets repository both on the given commit and the latest...

Working with @paxnovem and @marcgibbons at PyCon 2023 and we were finally able to get this down to a consistently reproducible test case! 🎉 example.py: ```python from contextlib import nullcontext...

Tracing through code and how this all performs, we were able to determine the cause of this issue. When running coverage, the tracer only stores the captures lines and branches...

This issue does not occur on Python 3.11, but using your example I was able to reproduce it on Python 3.8 using Coveragepy 3.0.3. Additionally, this issue still occurs in...

This looks like it's probably the same bug as https://github.com/elbuo8/sendgrid-django/issues/34.

We based our Celery tasks (a while ago) off of https://github.com/aidanlister/sorlery and have built a few custom methods for handling the fallback when a thumbnail doesn't exist. There did not...