Olivier Perret
Olivier Perret
I think the issue is in your configuration files, the thumbs_dir variable more specifically. You uncommented the linux path, even though you're on windows. Also, there shouldn't be any quotes...
The concept of a 'first placeholder' is no longer relevant.
I've started a tentative revival of this plugin, with reduced scope. We'll see if I can commit to it this time.
Snippets are now supported directly in kak-lsp
Thanks for the clarifications and the fixes. The continuity requirement you mention is on the signed distance function, yes? If so, is something such as `Shape.compare(half_space([0,1,0]), sphere(1))` invalid? It does...
To use an external editor, use `File > Open as viewer`, then the file will be reloaded everytime it is modified on disk. It would make sense to add a...
No I'm not using nvidia blob, this is on an intel iGPU (hd3000)
Could you check if `socat` appears as a child process of kakoune as it's hanging? Maybe you could also try to replace the braces at lines 149 and 159 (https://github.com/occivink/kakoune-gdb/blob/master/gdb.kak#L149)...
Ok so possibly an issue with the call to `socat`. Could you check if calling `socat 'pty,wait-slave,link=/tmp/test-pty,pty-interval=0.1' STDIO,nonblock=1` works, and if it creates a pty object in `/tmp/test-pty` ?
Could you please try the following: * replace this line https://github.com/occivink/kakoune-gdb/blob/master/gdb.kak#L61 with `def gdb-debug -hidden -params .. %{ echo -debug '[gdb][kak]' %arg{@} }`, and then check at any moment if...