Sync gsettings and user config files to GitHub, Nextcloud, or Google Drive with binary-safe wallpaper syncing and ETag-based polling
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 9 | Unreviewed |
| 8 | Active |
| 7 | Rejected |
| 6 | Active |
| 5 | Rejected |
| 4 | Active |
| 3 | Active |
| 2 | Rejected |
| 1 | Rejected |
1. You should remove the timeout before creating a new one since the function can be called multiple times (line 268 `lib/SyncManager.js`) 2. You forgot to remove the timeout on destroy (line 300 `lib/Utils.js`). 3. What's the use case of `debounce` and `throttle` anyway? Those functions are never used in your code. So why not just removing them?