bstaint

Results 6 comments of bstaint

screenshot: ![tm 20160512205705](https://cloud.githubusercontent.com/assets/5853792/15215251/212460da-1884-11e6-894e-2df0dffff512.png) It's uses ZeroClipboard.

目前只能接收消息,发送消息没有思路

msvc compile error: ``` [ 1%] Building CXX object CMakeFiles/nana.dir/source/system/split_string.cpp.obj split_string.cpp E:\3rdParty\gui\nana\source\system\split_string.cpp(21): error C2146: 语法错误: 缺少“)”(在标识符“and”的前面) E:\3rdParty\gui\nana\source\system\split_string.cpp(21): error C2065: “and”: 未声明的标识符 E:\3rdParty\gui\nana\source\system\split_string.cpp(21): error C2146: 语法错误: 缺少“;”(在标识符“sep”的前面) E:\3rdParty\gui\nana\source\system\split_string.cpp(21): error C2059: 语法错误:“)”...

patch: ```diff diff --git a/autoload/fern_git_status/investigator.vim b/autoload/fern_git_status/investigator.vim index 2e7ad6a..57e2ded 100644 --- a/autoload/fern_git_status/investigator.vim +++ b/autoload/fern_git_status/investigator.vim @@ -64,8 +64,9 @@ endfunction function! s:prepend_toplevel(toplevel, statuses) abort " return map(a:statuses, { _, v -> [a:toplevel...

Same。 https://github.com/pappasam/jedi-language-server/blob/dff0f122f06e8ce3b5ade55f039dec951057edbd/jedi_language_server/server.py#L146 When `workspace_options.environment_path` is '' will raise InvalidPythonEnvironment, because: https://github.com/davidhalter/jedi/blob/740b474eda983f5b44573d1748587709e3116815/jedi/api/project.py#L244

``` diff diff --git a/lua/blink/cmp/sources/path/lib.lua b/lua/blink/cmp/sources/path/lib.lua index a54c257..8f5f0da 100644 --- a/lua/blink/cmp/sources/path/lib.lua +++ b/lua/blink/cmp/sources/path/lib.lua @@ -40,6 +40,10 @@ function lib.dirname(path_regex, get_cwd, context) accept = accept and (not prefix:match('^[%s/]*$') or not lib.is_slash_comment())...