Vitold S.

Results 74 issues of Vitold S.

Could you please start distribute PJSIP modules as meson subproject?

type: enhancement

### Describe the bug pjmedia/src/pjmedia/rtp.c ``` PJ_LOG(5, (THIS_FILE, "pjmedia_rtp_session_init2: ses=%p, seq=%d, ts=%d, peer_ssrc=%d", ses, pj_ntohs(ses->out_hdr.seq), pj_ntohl(ses->out_hdr.ts), ses->has_peer_ssrc? ses->peer_ssrc : 0)); ``` I assume ts is unsigned 32 bit integer value...

How to handle next error message: ``` DEBUG:aiormq.connection:Can not read bytes from server: Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/aiormq/connection.py", line 381, in __reader weight, channel, frame = await self.__receive_frame()...

Can not compile under Python 2.7 with installed Visual Studio and MySQL/Connector/C++ ``` running build_ext building '_mysql' extension creating build\temp.win32-2.7 creating build\temp.win32-2.7\Release C:\Users\vit12\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD...

Could you please provide horizontal and vertical span like describe in https://matplotlib.org/3.1.0/api/_as_gen/matplotlib.pyplot.axhspan.html#matplotlib.pyplot.axhspan Thanks.

Minimal crash code: ``` python #!/usr/bin/python import sys import pyuv ## ## Default loop ## loop = pyuv.Loop.default_loop() ## ## Create TCP connection ## # One of FreeNODE IRC Server...

Most people like me want to see how to install and usage in README.md. How about add Docker, Debian and compile instruction in README.md?

help wanted

Since React 18 is release `@ant-design/icons` block updating. Any reason to continue blocking?

Are there any plans to promote the project in Debian, ArchLinux and Gentoo distributions?

Could you please provide a few usage example to better understand how to use that module.