Guijun
Guijun
Excerpt from log: Waiting for instance confirmation (for 2 seconds)... 2016-07-05 11:48:55.880 Aporia-bin[5973:894526] **\* WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be...
:CocConfig { "languageserver": { "zig" : { "enable":true, "command": "/Users/kin/zig/zls/zig-out/bin/zls", "filetypes": ["zig"] } } } restart nvim e hello.zig no syntex highlight, no auto competion. no process found in "ps...
issue:button in new window clicked steps to reproduce: 1.show a buttonA in a window 2.click the button 3. show a buttonB(same position as buttonA) in another window 4. buttonB will...
I'm looking for a way to walk through all widgets by TAB and Shift+TAB, Is it possible? If yes, How can I add a frame or something to show to...
kaguya::LuaThread cor = state.newThread(); state("corfun = function(arg)" "coroutine.yield(arg) " "coroutine.yield(arg*2) " "coroutine.yield(arg*3) " "return arg*4 " " end");//define corouine function kaguya::LuaFunction corfun = state["corfun"];//lua function get //exec coroutine with function...
### Neovim version (nvim -v) 0.8.1 ### Vim (not Nvim) behaves the same? no ### Operating system/version alpine linux 3.16 ### Terminal name/version tmux 3.2 ### $TERM environment variable xterm-256color...