Hey, I want to ask an opinion. There's a repo I'm following, which lacks a feature I'd need. I wanted to implement it myself with a PR, but someone is already doing that. I'd ...
Hello, I wanted to ask an opinion about a library I'm working on. I "compile" from API definitions: I have a script which reads a big json file and produces many .py files. ...
Hi, does anybody know if there is any documentation available for Telegram WebRTC? I'm trying to make my own voice calls player yet I'm struggling to figure out how Telegram i...
Can I implement ** operator (unpack? the one for kwargs) on my custom class? Is that even an operator?