Jeff Mickey
Jeff Mickey
This is what I did to get deft working with org-roam v2. I think someone who's better familiar with how deft would like these settings to work would know best...
Do not merge this. Updated with the random sleeps, but now it fails as the "goal order" does not take into account when things were actually spawned, thus the drift...
I'm totally good assigning :copyright: to FSF if that's what you want for the project. I'm pro-GPL/FSF so no battles there! I'll check out the atomic-box stuff, could be neat...
See #54 for details of why this is necessary.
Well, you certainly could, but I think the other function (doQueryRow, doQueryRows) all return errors as well, so this seems like a natural implementation. You don't document what QueryRow will...
On February 9, 2015 8:05:37 PM PST, Ewan Chou [email protected] wrote: > I just remembered that I didn't return error in "QueryRow" method > because I follow the standard library...
Problem - the err in sql.Row is unexported. I don't know how to set the error in Row. As long as a tx.Prepare is tied up in this API, I...
It's unexported, you can't reflect on it... which struct are you talking about reflecting on? sql.Row.err is private to the stdlib. I think I'm misunderstanding the issue.
Currently it attempts to open the file on the local FS, so /ssh:machine:/blah/blah ==> /blah/blah locally.
projectile-indexing-method 'native solves this, but takes a super long time to index, so this may be a deeper issue with how the alien method returns remote projects' name.