mfoglio
mfoglio
Same issue here
Hi, I am new to dephell. Good project! I am struggling a little bit with the documentation. In particular, I'd like to understand what is the current docker support. I've...
Do you think it would be difficult to implement this? I can try to get my hands dirty, but I've never contributed to an open-source project before so I would...
If the error above is really a bug and you can to point to the proper place where the ignored labels should be handled, I'll be happy to work on...
Fantastic! Thank you!
Hello, any update on this? I tried to retrieve thread names using: ` threading._active.get(id) ` but it seems like the `id` returned for each thread by `Process.threads()` is not the...
Same issue here.
Is this feature available in PyAv 8.0.3? ``` input_container = av.open(url) input_container.streams.video[0].codec_context.color_range ``` ``` Traceback (most recent call last): File "/home/ubuntu/.pycharm_helpers/pydev/_pydevd_bundle/pydevd_exec2.py", line 3, in Exec exec(exp, global_vars, local_vars) File "",...
I had been able to fix that issue manually but I am still struggling with this error: ``` RuntimeError: Expected integer literal for index. ModuleList/Sequential indexing is only supported with...