David Chen
David Chen
> > Thanks for the issue. We actually pull django stubs from here: https://github.com/sbdchd/django-types > > That's because the other django stubs (https://github.com/typeddjango/django-stubs) are mypy only and don't work with...
Thanks! Glad you liked it 😊 Always awesome to hear it saved you time!
from GPT Yes, it’s possible to define custom rules for pyright, mypy, and pylint in a Python package to catch deprecated or removed method calls like .filter(). Here’s how you...
the issue is that some parameters is start from number
When writing an FFMPEG wrapper in Python, handling parameters that conflict with Python keywords (e.g., pass) or those that start with numbers (e.g., 3d) requires a clean and intuitive naming...
Cool! Great to know there’s a site like [ffmpeg-graph.site](https://ffmpeg-graph.site/) — thanks for sharing! Just to add, typed-ffmpeg already supports filtergraph construction, and we’re close to releasing a flow editor playground...
how about use stream.label()
fixed
User must declare the dict, maybe just remove the None value
In FFmpeg, when you use the setsar filter with a single value like setsar=1, you’re setting the sample aspect ratio (SAR) to 1:1, indicating square pixels. This is because, in...