John MacFarlane

Results 2383 comments of John MacFarlane

Possible, yes, but as you say the issue of conflicts is a big one. +++ kestal [Nov 16 16 03:11 ]: > Would it be possible to modify this library...

I would have no problem with the suggested API change. It would require modifying gitSave, darcsSave, etc. so that these functions called gitLatestRevId, darcsLatestRevId, etc. after saving. This would cause...

Let's just keep it simple and change save. +++ John Wiegley [Mar 06 13 09:08 ]: > I suppose one way to make everyone happy would be to change save...

Since I'm worried about performance, I'm not going to make this change now. But if you come up with a libgit backend, I think I'll be okay with it then.

This is used for search. You could try disabling search if you don't need it (e.g. by removing the search component from a template). I don't have a better solution.

Looks like you may be using an older pandoc version. You can try the latest on https://pandoc.org/try

Hm, I'm not sure what to suggest. I've never built gitit on Windows. These are build failures for dependent libraries, not pandoc itself. Probably there's something wrong with your build...

I just encountered this same error after adding Windows to the CI: https://github.com/jgm/gitit/runs/4490058242?check_suite_focus=true

We now work around this by setting the `portable` flag on sendfile, which may affect performance.