Bao Zhang

Results 33 comments of Bao Zhang

@nathanael-k Hello 😄 , I clone your branch `add-nathanael-k` , build it (`python build.py`) success. But I run command `vset /viewmode object_mask` , I got error image _raw lit viewmode_...

I have diff GFC_Gen_training_G.m GFC_Gen_training_D.m ,they are similar,in fact ,this is the different ![screenshot from 2018-06-17 10-31-09](https://user-images.githubusercontent.com/24972096/41504189-3c04e4d2-721a-11e8-9c96-0c4b01f84e7f.png) so what diffenent between them? Will it affect training? Can someone explain it?...

hello, I have new [commit](https://github.com/AbaoFromCUG/auto-session/commit/b4979da401453e347cbcafef4ac8c6dd294c02fc) , to complete this feature > :help mks > 10. If a file exists with the same name as the Session file, but ending in...

My Env * Hyprland(Wayland) * wl-clipboard * qt5-wayland * crow-translate Same issue happend, So I have write a simple qt5 demo: ```cpp int main(int argc, char *argv[]) { QApplication a(argc,...

> Maybe we could just get the code from `wl-paste` and do the same? primary selection is a unstable api, the `wl-paste` include three `Wayland Primary selection` implement backend *...

I guess `db:load():wait() ` or `utils.read_bufer()` is aa async function, which means test process exit with 0, however you test code in incompleted: you code is just `coroutine.yield()` I had...

yeah, I found the cause of this issue, ` busted.run(file)` will run a a file and return immediately, regardless of whether it really completed or not. But `neotest-plenary` assumes that...

@rcarriga Sorry to bother you. Could you merge this PR, It is really useful.

I am sorry that Femaco cann't run in my neovim correctly, and ouput some error info ``` Error executing Lua callback: /usr/share/nvim/runtime/lua/vim/treesitter.lua:189: attempt to index local 'node_or_range' (a nil value)...

@junehunter Need to build `build/Release/opencv4nodejs.node` first via `build-opencv` command, read more in `README.md` @sollosollo4 do you copy/bundle `opencv4nodejs.node` in your application?