George Hindle
George Hindle
`nvim = require('child_process').spawn('/usr/local/bin/nvim', ['embed'], 'pipe')` does the trick for spawning a process which we can talk to using `nvim.stdin.write()` and receive using `nvim.stdout.on('data', function (data) {})`. We would probably want...
@web-tailor: See my temporary fix in #272, does this help?
I am getting the same issue when using Classic Editor 1.6. It looks like Yoast SEO is enqueuing a different script for the classic editor. The script name is "edit-post-classic"....