Tom Ridge
Tom Ridge
Seems to be caused by the pypi package "time-machine"
I would like to add my vote for this feature! Extremely useful!
Ignore this. @see tags have to come at the end of a .mld
I just hit this issue too.
I have also encountered this, when I expected that gitcheck would tell me I needed to pull. I suppose this is the `-r` flag?
Out of interest, what are we intending the code to do here? I guess there are two main faults: wrong data returned; and some unknown read/write failure. For "wrong data...
(And this issue could also be made for Irmin)
Possibly also related to #256
I have been attempting to encourage the filesystem to return "short" reads and writes, so we can test these behaviours easily. One thing I tried was to use "max_read" and...
My guess is that, since we are single threaded, we can replace a pread/pwrite with a seek+read/write (assuming the code is not in lwt). For Lwt, I assume that they...