Matthew Hiles
Matthew Hiles
My C skills are mediocre and my C++ are practically non-existent. I can sketch out how it would work in C, but you'd have to figure out how to integrate...
Yeah... the C++ and boost stuff is kicking my ass... I understand the high level stuff though, so maybe I can describe it well enough for you to implement? /*...
I see this is still open--I'm seeing similar to this problem. I can open a separate issue if it's entirely unrelated. jocko: node id: 0: 2018/12/17 11:51:59 ERROR: error when...
Do you mean you'd like the ability to save a cursor position and push/pop back to that location? I generally work around this by just memorizing what lines I'm working...
Here'a little POC plugin. I'll probably expand this some and integrate into the bounce plugin. ``` local storedLoc -- store loc saves the cursors current position function storeLoc(bp) storedLoc =...
> Cool, > This is not exactly what I want but it looks like I could dig deeper into plugin creation to achieve it. > > What I want is...
@mardukbp, Glad you find it useful! Just in case you or anyone finding this issue doesn't know: there's a better version in the official plugin stream `plugin install bounce`. Source...
Do you have xclip installed? Are you using a remote X session?
I'm also seeing this error when trying to compile a program that is using encoding/gob. This was while trying to run a test on amd64 linux. The magic number check...