David Lewis

Results 64 comments of David Lewis

Looks like https://github.com/neovim/neovim/pull/9496 needs to be merged before this functionality will be possible.

I only noticed this issue on a couple packages I was using notably `nbdime` which on further inspection doesn't seem to work normally anyway. Another package I noticed it on...

I am also having this issue (Galaxy s9), Sys folder is in the correct place. I also made a log file here: [retroarch.log](https://github.com/libretro/dolphin/files/8328159/retroarch.log) .

Additionally, typst preview seems to block input (or at least there is more lag on input than normal).

I have this problem as well. I am pretty sure that it has to do with the order in which the variables are set. When I start emacs (with the...

I can confirm this issue. I'll also note that even if you set the `vim.useSystemClipboard` option to `true` you still cannot paste images in markdown. Manually selecting "Paste" from the...

After some attempts, it think that the way the extension currently works makes my particular use case impossible. I found out that the nodes don't share tmp directories, so that's...

I think this is supposed to eventually get solved through the "webserver" option. The way it works now is that it picks a random port when the webserver starts. The...

Ah! That way you wouldn't necessarily need the vscode-server instance at all. Seems like this might also solve my issue #1391