Rohit Kumar

Results 10 comments of Rohit Kumar

IIRC, I had to get the global offset in some other piece of code as well. I solved the problem by passing `Source` in a custom context. I'll take a...

Thanks. Can you please add a test for this and field id?

One thought is that we could have a `BinaryClient` which works only with binary protocol and have methods that would take `cas_id` for all operations as necessary. @aisk thoughts?

Yes, metaget and metaset seem to be similar to the ASCII commands to the binary commands I was talking about. Implementing the feature I want in the binary protocol is...

I think this patch should be added: https://github.com/aisk/rust-memcache/pull/110#discussion_r378663385

Hi! Is struct member method completions working? I can't seem to get completions with the latest master. I am using the same example above ```rust struct S { mem: T...

Right. I was obviously overlooking that. Sorry. I would like to take a go at this. On Wed, Oct 17, 2018 at 7:29 AM Yuji Kanagawa wrote: > Thanks. >...

@kngwyu Okay. I have some progress here: https://github.com/letmutx/racer/tree/add-struct-member-trait-completions

I would like to pick impl trait support; Thanks!

I forgot since it was so long, but maybe some code which generates field items and we assert that we're able to read it back maybe?