Zhongsheng Ji

Results 75 comments of Zhongsheng Ji

I agree that redis stream is the best option right now. Can't wait for the arq update, I developed a redis stream based library, aka [brq](https://github.com/Wh1isper/brq). If you're in a...

We can either upgrade directly when dropping redis v4 support or, as you metioned, trying the new method first👍

I developed [brq](https://github.com/Wh1isper/brq) for the same reason, maybe you can have a look :D

Guys, we are experiencing the same problem, is there anything we can do to alleviate it? Thanks a lot! > Got the same problem. I also noticed some discussion around...

I left my demo here:https://github.com/jupyter/terminado/pull/127 Should I ask the same question in jupyterlab and jupyter server? I mean should I patch in jupyter server so as not to affect other...

@yurishkuro Understood. This is due to the lower grpc version of the upstream image(`jaegertracing/protobuf:0.4.0`). I'll follow up on the upgrade plans for the upstream project later.

Waiting for https://github.com/jaegertracing/docker-protobuf/pull/29

@yurishkuro You can refer to this commit, I've introduced a portion of the pyi file into the project so that when using the relevant message class, the IDE (and of...

> You would get the same effect by introducing plain `.py` generated types. What extra value does `.pyi` provide? Not quite right, according to [PEP 484](https://peps.python.org/pep-0484/), pyi files will provide...

@JeyhunBabirzade Hi, I have developed a similar module with support for the latest spark server-client mode, maybe you can try it out: https://github.com/Wh1isper/sparglim#sql-magic Install with: ```bash pip install sparglim["magic"] ```...