iosmanthus
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.. 
Thanks!
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`: . 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...