Simon Frei
Simon Frei
When using contexts extensively, coverage tends to be flaky because different exit paths may be taken. Some sentry type selects look like this: ```golang select { case
I'd like to automatically connect to a certain VPN when connecting to a specific Wifi, thus I'd very much appreciate it if support for an operation to connect to VPN...
I cannot reproduce the panic below with a minimal example and it occurs very often, but neither all the time nor in the same test - so this report might...
When posting a config through the api, `.prepare` is called twice, both in `ReadJSON` and when modifying the posted config in `config.Wrapper`. And `ReadJSON` does some default handling that `ReadXML`...
Came up here: https://forum.syncthing.net/t/untrusted-device-default-scan-timing/18766 I see two ways to improve this: - When cleaning empty parent dirs on scans, we don't do it depth first. As in if there's e.g....
We support 16 or 21 depending on the arch, but zxing only supports 24, which leads to crashes: ``` java.lang.NoSuchMethodError: at com.google.zxing.qrcode.detector.FinderPatternFinder.selectBestPatterns (FinderPatternFinder.java:624) at com.google.zxing.qrcode.detector.FinderPatternFinder.find (FinderPatternFinder.java:164) at com.google.zxing.qrcode.detector.Detector.detect (Detector.java:81) at...
https://github.com/syncthing/syncthing-android/issues/1515#issuecomment-937141711: > Would it also be possible to enable dark theme in the Web GUI when the system is in dark mode?
Issue used to keep track of all dependencies that dependabot was told to ignore, as the updates break the build and I don't want to trigger build for every commit...
When I am no on wifi and have mobile data disabled, the app will never run regardless of the set run conditions. My use case to run syncthing even though...