Thiago Padilha
Thiago Padilha
Most logic for talking to Neovim is wrapped into the [msgpack5rpc](https://www.npmjs.com/package/msgpack5rpc) package, maybe you can use it to simplify your code?
close #5189 Signed-off-by: Thiago Padilha
Signed-off-by: Thiago Padilha ---- Enter `[N/A]` in the box, if an item is not applicable to your change. **Testing** Before we can approve your change; please submit the following in...
Currently, we can do that manually by pressing ctrl+z and invoking `asciinema play` and then going back to the presentation with `fg`. It would be great if we could put...
I'd like to build the [luv](https://github.com/luvit/luv) rock with a set of options: ``` luarocks build luv -DCMAKE_C_FLAGS:STRING="..." -DCMAKE_MODULE_LINKER_FLAGS:STRING="..." ``` How do I pass "-D assignments" to cmake when using luarocks...
This is an attempt to implement VGA console type for container instances by using a very simple approach: When `lxc console --type=vga` is launched for a container instance, it will...
I'm trying to integrate redux-devtools-inspector with my Electron app as a separate popup window, the problem is that the styles are appended to the main window and not the popup...
ref: https://github.com/fluent/fluent-bit/pull/5773 Signed-off-by: Thiago Padilha
This was tested on windows 7 pro with latest updates. Every time I type `winpty cmd.exe` in git bash prompt, it will exit immediately with no error message. I also...
Hi, let me start with a bit of background: [libvterm](https://launchpad.net/libvterm) is an abstract terminal emulator library without any system dependencies(implemented in pure C99 API). It exposes a structure that keeps...