Abbyyan

Results 4 issues of Abbyyan

I want to use cquery as server on machine A and use machine B as a Language client . Is there a method to make cquery as a remote server?...

sorry to bother you . Here is my configuration in `~/.config/nvim/init.vim`, ``` set nu! set background=dark syntax on set autoindent set showmatch set ai! call plug#begin('~/.local/share/nvim/plugged') Plug 'autozimu/LanguageClient-neovim', { \...

According to https://github.com/golang/protobuf/issues/867, protobuf has supported to get `message_type` in field type. If there can return `*descriptor.FieldDescriptorProto` in `types.go`https://github.com/pseudomuto/protokit/blob/c63c13958542d70af1d1ef7826d30b25cd5bf6e9/types.go#L221, we can get the `FileDescriptor` of field whose `type=method`. Thanks a...

**Describe the issue** We use git lfs to track some large .a files, which are frequently modified. After `git lfs pull`, all the versions of `.a` will be downloaded, which...

question