Facundo Batista

Results 125 comments of Facundo Batista

Have been considered the case of having other sockets to RPC on? Like, starting (for example `nvim --embed --rpc-sockets=foo,bar`, and then communicate with nvim through those sockets, not stdin/stdout. Of...

@justinmk hola! So you say that nvim already supports RPC on different channels than stdin/stdout? If that's the case, we only need to improve neovim-qt to use other channels, leaving...

@equalsraf is it possible to make nvim-qt to use other socket, as @justinmk is indicating, so we release stdin to be used as text input for the buffer?

> Worst case scenario nvim-qt will have to handle stdin reading before > starting up nvim and find a way to load it into a buffer - i'm not sure...

Yes, probably, this is too subtle for me. I was just doing some tests with gVim: `head -c 1223 /dev/urandom | gvim -` ... when I do that, it creates...

It currently works with HTTPS, see https://linkode.org/ , what still needed to do is to 303 from HTTP to HTTPS

Leaving this issue open until we finish improving the API

This is not solved yet by #118 (however behaviour improved). After #118, it shows a generic "error getting linkode", while it should say something more appropiate, like "there is no...

Maybe also show some info about that node (author, timestamp, etc)

We should include all the needed data in the basic information that comes from the server with the tree itself. Let's not do another request just to retrieve this info,...