LingFeng

Results 46 comments of LingFeng

Wow! It actually works! I tried this before, just not realized it works that way. If the `word` is not a `prefix` then it just disappeared, the candidates shows up...

![image](https://user-images.githubusercontent.com/1160419/41209708-ca8f1d36-6d5f-11e8-813a-790a46b22611.png) These are candidates of `git ou`

@iSynaptic https://github.com/facebook/rocksdb/pull/5077 already merged, and I saw the update appeared in the [latest release version](https://github.com/facebook/rocksdb/releases/tag/v6.1.2). Can you please revisit current PR?

> Is three a specific reason why this can't be upstreamed? Sorry for so late reply, just don't have much time to test. Please also rebase the code.

I'm interested in this feature. Firstly, I have a question to ask, is this feature for server security by limiting the grpc request/response size? If that's the case. I can...

By searching the codebase I find `max_decoding_message_size` already applied to grpc clients. So if I understand correctly the rest tasks should include: * Make grpc client `max_encoding_message_size` configurable * Make...

@MichaelScofield > Are you willing to continue to do that? Yes, why not. So, I have some new questions: First, how to define the size of a `RecordBatches`? There is...

I'll test the binary under windows/MacOS/linux.

> `error: p2p cannot include package sha1, license BSD-3-Clause is incompatible with Any(MIT, BSD-3-Clause)` To my understanding, `MIT` is incompatible with `BSD-3-Clause` so you can not use a `BSD-3-Clause` only...