pbartyik

Results 6 comments of pbartyik

I can reproduce it. When you don't pipe it to `xclip` it works, right? Edit: This fails at view.rs#259 which calls this: https://github.com/redox-os/termion/blob/master/src/raw.rs#L100 That's about the extent I can troubleshoot...

At [TLSServer.cpp](https://github.com/GothenburgBitFactory/taskserver/blob/1.2.0/src/TLSServer.cpp#L404) we get access to host. On lines 438 and 441 this could be thrown - isn't that what gets sent to the logfile? EDIT: Yeah, that does the...

Seems that `/usr/share/nvim-gtk/runtime/nvim_gui_shim.vim` is hard coded, as I installed it with `PREFIX=~/nvim-gtk`. > find . | grep gui > ./share/nvim-gtk/runtime/plugin/nvim_gui_shim.vim `:source` -ing the file manually does enable the command. This...

honestly I'm still in the beginning of the learning curve of rust, so I may not be the best input for this. Not sure if a hacky solution would be...

Yep, along with the unread buffer till the match. The matched string have no benefit to me personally, but since it is currently returned I imagine it would be needed...

I also face this when putting the window that is running the video into scratchpad. setting `vblank_mode=0` helps. Running intel integrated GPU.