David Hotham

Results 593 comments of David Hotham

I'm unlikely to do this myself; but if you - or anyone else - would like to contribute a PR then I'd absolutely be open to merging and publishing.

I'm basically not expecting to do anything much with `mio-extras` myself and haven't yet looked at your code, but: - if you want to submit a pull request, to get...

This is likely to be the intended behaviour (though it surprised me too!) The reasoning seems to be: if I can't do anything about an outdated dependency - either by...

You already replied to [a comment](https://github.com/cquery-project/cquery/issues/824#issuecomment-433701249) in which I noted that doing that results in getting one result - but it's the wrong result.

@ganimaedes this sounds like a question about your client setup. Seems like you're wanting help with `Vim`, or with the language-client plugin - and not with `cquery`. Right? Suggest trying...

Yes, a more integrated approach - I think - should be to set the `tagfunc` to use the language server. (For Vims where that is supported.) But that will take...

The main reasons for integrating with the tags function would be to make the whole thing feel natively seamless - jump to definition is really very much like `:tag` and...

#917 was a previous try at this - with much the same defects. There's some relevant discussion in that MR.

I see two ways to restore transitivity of equality: - remove the overriding `__eq__` implementation, so that all of `a`, `b`, and `c` are considered equal - update it so...