Ilya Siamionau
Ilya Siamionau
Listening to music is simply impossible. Headphones are fully operational (tested on the phone). The sound is distorted, hisses, voices are very quiet. Yes, the port works, but it is...
First of all I want to summon @johnnync13, because It`s your really cool pull request. Big thanks for it! Unfornytately, @influenist have`t any activity. Repository live only at the expense...
I understand that views as examples, but it is not necessary to give examples with vulnerabilities. ``` _next = request.GET.get('next') if _next: return redirect(_next) ``` Never trust user data. For...
- audio device - file audio device - raw audio device Depends on #19
The entire cryptographic part of the project is ready. There is a demo of the implementation. It is necessary to rewrite it to clean code and add it to the...
Video Calls in pytgcalls! Public beta test for developers There are 3 steps to start testing: 1. Install dev version of pytgcalls (pip install -U pytgcalls==3.0.0.dev21) 2. Run example https://gist.github.com/MarshalX/3c99fcae532178928d93a7aae6f0efde...
is_playing -> bool is_recording -> bool
### Expected Behavior method1 should display as method2 but with mark "Inherited from". ### Actual Behavior method1 of class test2 is not displayed. ### Steps to Reproduce 1. Clone https://github.com/MarshalX/pydoc_issue....