Results 62 issues of Jay

passing --parallel to cmake will execute make with `-jN` hence jobserver is ignored. Before the change, logs in stderr: ``` make: warning: -jN forced in submake: disabling jobserver mode. make:...

**"OpenSSH for Windows" version** 7.7.2.1 **Server OperatingSystem** Linux **Client OperatingSystem** Windows 10 Pro **What is failing** I'm trying to forward my local gpg-agent to remote server. Same configuration works fine...

crossbeam-channel can detect close when all sender or all receiver are closed. Is it possible to close a channel explicitly? For example, a channel may need to be closed eagerly...

feature
feedback wanted
question
crossbeam-channel
design

Consider following case: A/n.proto defines a `TestA` message, and B/n.proto defines a `TestB` message. When import B/n.proto into A/m.proto, and use `TestB`, generated sources always import `TestB` via `super::n::TestB`. However,...

### What is changed and how it works? Issue Number: Ref #12842 What's Changed: ```commit-message This PR adds the basic ready processing for v2. Note test case can't be run...

status/LGT1
size/XXL
needs-rebase
release-note-none

### What is changed and how it works? Issue Number: Ref #12842 What's Changed: ```commit-message v2 uses channel instead of callbacks for proposals, so async/await has first class support. We...

size/XXL
release-note-none

RFC: tikv/rfcs#93 Summary: Make every region stores its own data in an isolated LSM tree, in our case RocksDB. This is the second step to make TiKV to operate fast...

type/enhancement

During split prevote, a campaign will fail because all nodes think it will collect enough votes, so after they actually start campaign, no one votes for the other, the campaign...

For now snapshot is always sent from leader to follower, which is not always sufficient. For example, consider there are 5 nodes in two data center, (1, 2) and (3,...

Feature
Optimization
Request for Comment