Hewei Liu
Hewei Liu
**Is your feature request related to a problem? Please describe.** In my case, I want to use python-wechaty with wechay-puppet-xp together, but currently python-wechaty can only support wechaty-puppet-service. **Describe the...
### Versions * Python: 2.7.12 * OS: Ubuntu 16.04 WSL * Buildozer: 0.40.dev0 ### Description There is a Fatal error when I'm running `buildozer -v android debug`: ``` checking getaddrinfo...
Sometimes I want to control these processes to be started one by one, rather than start parallel. But I can't handle it easily now: I can use `goreman run start...
Hi @waigani , Follow https://github.com/waigani/GoOracle/issues/10, I added the support for windows. Codes are simple, just to let it work, and not affect OSX/linux part. Modified places: - stdout encoding is...
Hi, It seems that GoOracle doesn't support windows platform. It works well on my Macbook, but when I'm using it on my windows machine (win7), errors prompted: - "UnicodeDecodeError: 'utf-8'...
https://github.com/ddiachkov/sublime-yaml-nav/blob/master/yaml_nav.py#L77 Should remove a "self" here? For example, `self.on_load(view)` I have an error report on this line, under ST3 Dev build 3109.
This issue for a suggestion. Because all the plugins based on golangconfig would use the same global golang.sublime-settings, I suggest this repo can give a wiki page or other style...
When I use golangconfig.subprocess_info for finding `gocode` executive file, there is warning message for each calling: ``` golangconfig: warning - binary gocode was found at "D:\Workspace\Codes\go\bin\gocode.exe", which is not inside...
Current gocode's auto-complete affects input fluency badly. Think about to improve it, for example: 1. keep a gocode process running, rather than open a process for each calling. use gocode's...
Get the method under cursor automatically. Use selector(?) to replace the word under cursor.