Vladimir Chebotarev

Results 51 comments of Vladimir Chebotarev

Hi @r15ch13. Is there anything that prevents us from merging it? I can see that people react in good way about this change.

`subprocess.run` shall work on Python 3.5 :man_shrugging: About second thing, I don't know if it is still worth answering but just in case, looks like `ffmpeg` can not read audio...

It seems that it misses `ffprobe.exe` tool from FFmpeg. Can you place it to `%PATH%`?

@alexandreraufast May I ask you to start fresh `cmd.exe` and type: ``` ffprobe c:/test.mp4 ```

It would be awesome if you could also backport multiarch builds up to early versions. 🙏

Just as a workaround, I've just released an empty zip (22 bytes): https://github.com/excitoon/empty/releases/download/empty-1.0.7/empty-1.0.7.zip

What about now? @omab

Hey. You can just never restore keyboard to ADBKeyboard, that shall solve the problem. Kind regards, Vladimir. On Mon, Nov 9, 2020, 11:47 PM Romain Vimont wrote: > Hi, >...

@Krukov actually this PR is not so good, you shall use `redis_connect_func=...`: ``` def redis_connect_func(connection): connection.on_connect() fill_in_hashes... ``` keeping in mind that client may have multiple connections and they can...

Also, I would recommend to pull backend implementation/interface code from `limits`, all of these is solved there already.