Kirill Pavlov
Kirill Pavlov
Dear @smagafurov Sorry for not coming to you for such a long time. I would like to thank you for your pull request to json-rpc library: https://github.com/pavlov99/json-rpc/pull/65 Unfortunately, because of...
@ppena-LiveData thank you for the contribution! Could you please share more information about your use case? Why do you need accessing message id from the client? What could be examples...
@ppena-LiveData @jrobbins-LiveData I know it's been a while. I just got access to the computer, accepted the PR, and released 1.14.0: https://pypi.org/project/json-rpc/1.14.0/
Hi, @paulopires16 Never tried it before. This tool is a wrapper for [mdb-export](https://github.com/brianb/mdbtools/blob/master/doc/mdb-export.txt), anything extractable with mdb-export should be extractable with this tool. Do you have any ole images to...
This was implemented in https://github.com/slothai/tabtools/commit/678e72894b1fb7b0120cbb07e05d65a369bce884 commit.
Performance comparison: python implementation vs awk implementation. Compare head of the file (common pretty printing case), 350 lines files and >1k lines file. Python vesion ``` cat file | time...
After script rewriting, it outperforms python version: | File | Python Code | Awk Code | |--|--|--| | 7 columns, 10 rows (head) | 0.04s | 0.01s | | 7...
Hi @alperyilmaz thank you for pointing this out! Documentation is something to work on. I'll take a look at it over the weekend!
Hi @liujordan thank you for the PR! Would https://github.com/pavlov99/ajsonrpc work for your case?