@equalsraf

Results 163 comments of @equalsraf

Confirmed here, the cause is still unknown. From what I've seen so far: 1. the handleValueChanged slot is fired with a positive value (e.g. value = 20 leads to a...

Does not seem to be something we can fix on our end. Please reopen if we have a path forward.

Merging, on the basis that the default is Qt5 and can continue to work on pending items as needed. The following caveats remain: - See https://github.com/equalsraf/neovim-qt/issues/839 for the list of...

This looks fixed here (using 0.9.1).

Seems to work with -a, but if there is a case for the other syntax please reopen.

Hi, thanks for dzslides! There are a couple of raster based converters. Try http://wkhtmltopdf.org/, or webslides2pdf. The pdf might be a bit big though.

> binary plugin (.so) so that nvim executable doesn't depend on libX11.so Probably too late for the discussion on this, but wouldn't it make more sense to run a helper...

So I came across the exact same issue, but my payload was valid msgpack (but slightly invalid rpc because I made a mistake). Here is a trace: ```gdb Program received...

Hi @bugnano, What distro are you on? Are not packaged there yet? A new release is coming. And I agree we should release more frequently, but this release time is...

Currently no one is working on this that I know of. From 848 the changes were merged and a function was added to spawn a window e.g. `:call GuiNewWindow({})`. That...