Results 64 issues of Jay

When grpc-rs finds out the remote closes the connection, any call will be returned with error RemoteStopped. But why remote stops remains unknown. It's more friendly for diagnostics problems if...

severity/Minor

grpc c core can only handle message that is not larger than 4GiB. This is a cherry-pick of #495.

Current API design returns `Stream` and `Sink` for streaming APIs, so that users can choose whichever executors they want. But it has limitations: 1. Usually only spawning the final futures...

Proposal

Although there are examples and tests already, it would be better to have a tutorial just like https://grpc.io/docs/ lists.

Help Wanted
Documentation

Different codec usually has different compiler. So move it to compiler can make core library codec-independent by default, which is easy for supporting a new codec.

Enhancement

Although rust guarantee safety within safe rust, but this repository uses a lot of unsafe code, such as FFI, and raw pointer manipulation. So I think it's necessary to enable...

Enhancement
Help Wanted

Current notify mechanism relies on an assumption that requests for the same call is always handled by the same thread. We should check if it still holds when poll engine...

Every path in viewer.external.classpath will be prefixed with plugin's dir.

### What is changed and how it works? Issue Number: Ref #12842 What's Changed: ```commit-message This PR adds the implementation of apply for v2. In v2, we don't need to...

size/XXL
needs-rebase
release-note-none

### What is changed and how it works? Issue Number: Close #xxx What's Changed: ```commit-message ``` ### Check List Tests - Unit test - Integration test ### Release note ```release-note...

size/L
do-not-merge/work-in-progress
release-note-none
do-not-merge/needs-linked-issue