excusemejoe

Results 13 comments of excusemejoe

Hey @rotemvil1, I meet the same problem when my colleague upgrades httplib2 from an old version to 0.9.2. However, it's no need to apply your patch here. The problem you...

Always run `:CodeQueryMakeDB` in the root of a git repository. A tip is that you can open any file (such as README.md) in this folder and specify the language you...

Gotcha! Maybe we could store database files under `~/.vim-codequery/` directory. Do you have any thought to design this feature?

Ref: http://stackoverflow.com/questions/7359204/git-command-line-know-if-in-submodule

Hi @syslot, Sorry for late response. I can't reproduce your problem in: Python: 3.6.0 (through pyenv) OSX 10.12.4 vim:neovim-0.1.7 codequery:0.18 Can you help me by giving me more info to...

Probably not due to many command-line tools dependencies.

@MrMino I got your point, thanks for your suggestion. I hope I will have time to tweak these two functions 😹: ``` function! codequery#db#make_db_callback(job, status) dict echom 'Done! (' ....

Hi @pmup999 我已經很久沒有改這個 repo 了,會需要久一點的時間溫習自己寫的程式碼,與審查及測試你提交的 PR,煩請稍等數天。 感謝你的 PR,很高興知道還有人使用自己做的工具 😊

Hi @pmup999 我已經瀏覽過你的 PR,整個修改方向沒有問題,但我會想要對一些細節作修改。 想請你先: * 移除掉被註解掉的程式碼 * 統一使用空白字元進行縮排 這樣我會比較好比較程式碼更動。 另外想請你確認一下這個 PR 是否有 [開放讓維護者修改](https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork) 的權限? 有開放權限給我的話,我直接接續做改動可以省下一些往返的時間

Just learned how to add commits to your PR. I will add more in these days (or weeks). 😆