iosmanthus

Results 38 comments of iosmanthus

can't work .... By the way,Clang dialect includes GNU dialect(like __label__ in the left window) and clang dialects(except macros) don't show in the list.. ![screenshot from 2016-05-11 18-26-04](https://cloud.githubusercontent.com/assets/16307070/15178039/e04a20d8-17a5-11e6-897e-8354bf6b0e99.png)

If I want to construct a `Table` from a `matrix` dynamically, I can implement it in the following code. ``` rust fn pretty_matrix(matrix: [[u8; 16]; 16]) -> Table { let...

但是如果想要虚拟机也被代理呢?

There are two proposals coming out of my head: 1. We could just add a single checkbox named `Stick on this plan` to `Execution Detail/Execution Plan`: ![image](https://user-images.githubusercontent.com/16307070/98525036-e6678880-22b2-11eb-9269-663941e94eaa.png). Users could just...

> The requirement was first brought up in #239 > I think we may need more discuss to decide if it is a generic requirement. > > /cc @neicunlideyu @iosmanthus...

For now, CAS with TTL is [forbidden](https://github.com/tikv/tikv/blob/4429fdcc7ef55505d55ad3672c0d02026470b219/src/storage/mod.rs#L1066-L1078) but removing this restriction should be fine, the next few pull requests for API v2 should fix this.

> @iosmanthus Do you have any update for the issue? For now, TiKV v5.4.0 has canceled this restriction, but client-go need modify some method signature to support this feature by...