Dave MacFarlane
Dave MacFarlane
You're not the first person to suggest it, so I think there's definitely demand for it. The main problem is I can't think of any good cross-platform way to expose...
It may also be possible to use a pure Go 9p package for this. (as far as I know, `github.com/Harvey-OS/ninep` is the most up-to-date 9p package.)
I think the current version number is either 61f6019409dad2bc83d5d53c85492bdf3f451b66 or 142, depending on how you count. But now things have definitely become stable enough that it should be possible to...
I foresee two problems with this: 1. How do you edit a character in buffer the middle of a string that's getting mangled by the renderer? 2. The image->character map...
I should probably put a note somewhere that the shell plugin is still experimental. The error messages are just for my own debugging and can be commented out. The plugin...
How much RAM are you working with? dgit indexing is slow for me, but I've never had it run out of memory. I started refactoring things to add support for...
The commit message said partially resolves, not resolves..
I was able to clone it after #160, #161 and #163. (It took about 45 minutes, but it ran to completion)
The speed should further improved by #267 (it's still more memory intensive than it should be and not at the speed of git/git, but it's getting better.)
Annotated tags are a normal thing to be in pack files, we probably just never added support?