Zhongsheng Ji

Results 12 issues of Zhongsheng Ji

## Description As this comment says, despite all our efforts on the RTC, there is still nothing we can do about the kernel output after a refresh: https://github.com/jupyter/notebook/issues/641#issuecomment-1097473357 I think...

enhancement

## Description just the same as https://github.com/weichsel/ZIPFoundation/issues/63 python zipfile lib using flag to determind the encoding of the file https://github.com/python/cpython/blob/main/Lib/zipfile.py#L1384 but osx compress won't set that so we may need...

bug

### Issues and proposals As sometimes the root of a mounted directory doesn't guarantee the creation of a new folder(Jupyter have seen many https://github.com/jupyterlab/jupyterlab/issues/15589#issuecomment-1874051280), I'd suggest adding verification of the...

### Problem 1. All file changes are stored in the same db file, This can lead to performance problems (https://github.com/jupyter-server/jupyter_server_ydoc/issues/49) 2. Unedited files should be treated as static and previous...

enhancement

### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? - Incremental Packaging Support in...

type::feature

See https://github.com/jupyterlab-contrib/jupyter-archive/issues/74 This is actually a cross-platform issue, caused by the default zip implementation of mac and windows not matching the protocol. Jupyter running under Linux causes folder(or file) names...

The confusion stems from the fact that during my use of jupyterlab's terminal function, when I refresh the web page in the terminal screen, I only get the messages I...

### Requirement In [protobuf 3.20.0](https://github.com/protocolbuffers/protobuf/releases/tag/v3.20.0), we can use `protoc` to generate pyi for python's type hint. This has been pulled into a released gRPC version(>= 1.48.2, as metioned here: https://github.com/grpc/grpc/issues/29650#issuecomment-1412755210)...

enhancement
help wanted
good first issue

## Which problem is this PR solving? - Resolves #100 ## Description of the changes - Generate pyi for python binding ## How was this change tested? - Tested by...

基于最新的Redis版本构建的异步队列库,受启发于[arq](https://github.com/samuelcolvin/arq) 仓库: https://github.com/Wh1isper/brq LICENSE:[BSD-3-Clause license](https://github.com/Wh1isper/brq#BSD-3-Clause-1-ov-file) 特性: - 异步Asyncio支持 - 推迟任务、死信队列 - 多消费者支持 #### 生产者代码案例 ```python import os from brq.producer import Producer from brq.tools import get_redis_client, get_redis_url async def main(): redis_url...