Till Schulte
Till Schulte
Any updates on this? Is this still worked on?
Yes sure, if I get to it I will submit a PR.
Yes and no, there is a mypy stub generator for cpython files, but that requires pyx files with every type indicated. If it's not the case the stubgen will create...
Another (smaller) step would be to follow up on the promise here https://github.com/PyAV-Org/PyAV/blob/develop/av/__init__.py#L14 and import anything into the \_\_init\_\_.py, and not just the things that are human constructable, so that...
Hey, I've noticed a great performance improvement in HandleIter just by changing the function from a recursive to a iterative structure like so: ```rust fn next(&mut self) -> Option {...
I now implemented this in #9
If you are able to see the top bar of the window you can right-click it and disable "Always on Top".
From the network logs, it looks like they implemented something similar to this: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-signed-urls.html I don't think this is possible to circumvent.
Bump, because this still seems to be an issue.
Hey, I'm not sure if this is still useful to you now, but this would be an example configuration which makes use of jaxb2-basics-plugins ```groovy plugins { ... id 'com.intershop.gradle.jaxb'...