Nick Cameron

Results 260 comments of Nick Cameron

I filed https://github.com/rust-lang-nursery/rls/issues/364 for this, it is a good suggestion.

Inside the RLS we use Racer as fallback for 'goto def', but not for type on hover (and always use it for completion)

not hard, I've not considered it too high priority. I also worry a bit more than jump to def because for hovers the info is a bit different from the...

> I think the solution is to use cargo as dependency like RLS I think you would need to link the compiler too and copy the machinery in the RLS...

> Do we need to list specific development tasks in issues Do you mean for the test plan, or more generally? There is https://github.com/tikv/tikv/issues/8126, https://github.com/tikv/tikv/issues/8127, https://github.com/tikv/tikv/issues/8128 for the latter, which...

> Sorry for the late reply, I'm working on it. No problem! Is there anywhere we can track work? Is there anything we can help with?

https://docs.google.com/document/d/18T_3UsJ6DFOmurJ8dmuDuDz9acWktKnuv8r9Lj20f7Q/edit?ts=5f07ca1f

Is async commit disabled for global transactions at the moment?

IMO, we should only support async commit + local txns in 5.0 and add async commit + global later. These two features are already large and significant, and I don't...

I think the solution for now is that async commit is only used for local transactions and we use 2pc for global transactions. Does it solve the data transfer issue?