Simon Frei
Simon Frei
I encountered the same issue with on 5.0. I had similar issues before with other control methods, liking scrolling to the end of a view. In both cases the workaround...
My gut feeling is that this is the wrong way around, and we should denormalize/nativefy the ignore patterns instead, however I might be confusing things so let me try to...
Oh I by no means am sure that anything coming from FS is NFD normalised. I just know that syncthing internal data/strings/filenames are nfd. so a minimal fix for the...
> (Maybe we should always use nfc or whatever internally and just convert at the outermost layer, though.) Afaik that's what we do already (modulo the stuff I missed): 1....
Did a quick test by resizing the web UI, and with a few more files/dirs the truncating for me starts at ~460px. And the button wrapping already happens at ~550px...
Isn't the same thing going to happen when a remote syncs/pulls a file? For every requested block, the entire file will be downloaded. And that cannot be just disabled, it's...
I am closing this as I don't consider the use-case compelling enough to add a new option that has the potential to cause quite a big, unintended mess with user...
There is a default folder pointed at your Camera picture dir. wouldn't be surprising that hashing all your pics uses some battery.
@tomasz1986 and @acolomb - you meddle with this CSS every now and then, so you may have opinions/input. This change is just me doing something that seems sensible, and has...
Thank you - this is the kind of feedback/checks I hoped for :D This is the original issue and PR related to this code: https://github.com/syncthing/syncthing/issues/5774 https://github.com/syncthing/syncthing/pull/5787 There's some talk there...