Constantine Slednev

Results 6 issues of Constantine Slednev

Client: ``` for i in range(0, 20): loop = uvloop.new_event_loop() asyncio.set_event_loop(loop) client = RPCClient('proxy', 6000, timeout=100) loop.run_until_complete(do(client)) # client.close()

How create method with kwargs argument ? https://github.com/unk2k/pyjsonrpc2.0

In attachment you can found a lot of names which the library can't parse. [badnames.txt](https://github.com/datamade/probablepeople/files/1730832/badnames.txt)

https://github.com/aiogram/bot/blob/5d892a24724b3cd9b50928f1f5753e8b38d537c4/app/handlers/superuser.py#L9 In the first lines of the function above, you check the user_id is existed by calling `get_args` method of the message. The check always returns false. The method `message.get_args()`...

bug
good first issue
upstream

Checkout code from the repo and try to build got failed. ```... Step 21/27 : RUN cd /.swig && ./autogen.sh && ./configure && make && make install ---> Running in...

Hi folks, thanks for the cool library you've made. I found a small issue, just need your advice how to pass it. ```py from pyVoIP.VoIP import VoIPPhone phone = VoIPPhone(server=...,...