Simon Frei
Simon Frei
This is https://forum.syncthing.net/t/folder-stuck-in-sync-and-non-matching-local-and-global-states/16431/14, right? The reason is that we have an "efficiency" measure: We do not pull items that are not present at all locally and globally invalid or deleted....
Ah yeah either I am missing something, or our puller is indeed completely ignorant regarding remote folders being paused. Thanks for sending the patch, just the description would have just...
After #5805 I see the following issues that need resolving. Please edit or let me know about more or corrections: - [x] Events are global (PR incoming) - [ ]...
I didn't intend to put time pressure on you, sorry if that came across the wrong way. It was intended as a info that if you were anyway working on...
Very nice :) > I've noticed that there are still a few things in `main.go` which would be desirable to have in the library as well. Totally see that. The...
This might not be C specific. From the `go generate` docs: > Go generate is never run automatically by go build, go get, go test, and so on. It must...
We already do this on windows. So it seems like a reasonable request to make that configurable (and ignore by default on windows, and probably also android). Technically it's not...
Updated the ticket title to reflect how the PR #9782 will address it, for the changelog.
As usual, I am starting with the important stuff (attention, irony :P ): Just opened the PR and first thing github put in front of me is a diff removing...
> Meanwhile i cleaned up some of the files as they are not needed. For the remaining files, that I really did modify a lot I'm not sure what to...