Dragoș Tiselice

Results 102 comments of Dragoș Tiselice

I don't know how much of the pie pest eats in the benchmarks (since I'm dealing with a slow connection for a week or so), but I've recently added an...

I think that's a good approach. I would definitely do the same. The current API can be a bit discouraging for newcomers, but I'm pretty sold on the idea provided...

That's my main gripe as well. I guess having await/async instead of composing futures would also be nice.

I think Backtalk could get some nice attention once it stabilizes a bit and some benchmarks come out. The simplicity coupled with the performance in this case (at least in...

Sure, but wouldn't it be a good idea for the user to get a feel of when his repo will be ready?

It should be doable. Making it work on Android may require a bit of work: - compile [libgit2](https://github.com/libgit2/libgit2/#android) for Android with the NDK - try [this](https://github.com/seth-hg/fuse-android) project to see if...

By the way, if you want to try all of this out, you can fork gitfs and share your progress on GitHub. We're really excited to see interest in our...

@spinpx, what is the state of this? Is there any way I can help move this forward?

@AndyBarron I'm planning on solving #90 and the rest of the small bugs soon. The way I see it, with these solved, this would be a pretty good time to...

I gave this a shot, but I don't really see how this could be done without procedural macros. One reason why this doesn't work is that if you keep the...