synchronization
Here are 967 public repositories matching this topic...
-
Updated
Jun 21, 2020 - Python
Hi, I'm not sure if more platforms are interesting to you, but I've made a slightly more complete implementation of padding a struct to the cache line size here:
https://github.com/tinco/cache_line_size
I got the information on the cache line sizes from the Go compiler repository, so I'm pretty sure these are correct for all platforms Go runs on, which is a whole bunch.
Hello,
First, thank you for the project!
rs.js is advertised as "offline-first by design". But how can an app be offline-first when local data is not kept?
To give a simple example: let's say we have a notes taking app. When not connected to a remote storage, the user can still create, delete and update notes. Once connected to online storage, the new or modified notes get sync'd with
In version 1.4.2, clicking Exit in the screen that says Syncthing is disabled because it is not connected to Wi-Fi will not exit the screen nor the application. Instead it runs Syncthing in the background.
-
Updated
May 7, 2020 - Shell
Update documentation
Hi folks
First, I want to congratulate for this initiative.
Secondly, I want to request a less cryptic README. I installed sliptsh/lite and is working.
But I don't understand what I need to do after splitting.
I create a new branch in Drupal Console project to explain what I want to do; the branch is https://github.com/hechoendrupal/DrupalConsole/tree/splitsh
Recently we started to
-
Updated
Jul 2, 2020 - C++
-
Updated
Jun 16, 2020 - JavaScript
Scam, mallware etc.
Hi,
I saw in the doc that it says
Tray icon indicates when it is connected to syncthing (no status updates yet).
so this issue is to make sure it does not get forgotten :-)
It's good to see if syncthing is running locally or not, but what I also really want to see is if my files are all synced correctly or not.
If any folder or any remote device is not up-to-date, I think the colour o
System keeps trying to download the files as soon as user runs out space. A message and stop pause the downloading should be good for improvement
While trying to improve interoperability between casync and desync, I found it useful to have a visualization of the file formats.
Using the .ksy at https://gist.github.com/tomberek/a376495de8f43c65499e85b9d1e388f9 along with the in-browser IDE at https://ide.kaitai.io/# you can explore the file formats for .catar and .caidx (still working on .caibx).
This might make it easier to explain/do
-
Updated
Jun 3, 2020 - Rust
-
Updated
Jun 30, 2020 - Shell
[[script]]
namespace = "some.Customer"
routing = true
script = """
module.exports = function(doc) {
var meta = { type: 'customer' };
var id = doc.userId;
if (id) {
meta.parent = id;
meta.routing = id;
}
doc._meta_monstache = meta;
return _.omit(doc, "userId");
}
"""TRACE 2020/02/27 11:41:28 HTTP/1.1 400 Bad Request
Content-Type: application
-
Updated
Mar 10, 2017 - Perl
Sometimes http actions returns multiline message, but message is shortened only to first line in CLI. Would be nice to enable full log output even to CLI. Or also other actions can return multiline message.
Pull request is attached below.
I would recommend to separate the changelog from the user documentation in the readme. Why? Because nobody wants to scroll down to the documentation while reading all the changes made from version 0.x to version 3.x. I would recommend to make a new file called changelog.md in the main folder or something and link it from the README.md file.
-
Updated
Apr 22, 2020 - Java
-
Updated
Jul 2, 2020 - Java
-
Updated
Oct 22, 2019 - Java
-
Updated
Aug 25, 2017 - JavaScript
-
Updated
May 30, 2019 - Python
-
Updated
Apr 26, 2020 - Rust
-
Updated
Jul 19, 2016 - Go
-
Updated
May 19, 2019 - Go
-
Updated
May 25, 2020 - Python
-
Updated
Jun 21, 2020 - C++
Reported by @tiloio originally at Kinto/kinto#1852. On synchronization, we get list() DataError, and on adding a task, we get a DOMException with message DataError.
Because DataError does not occur in our codebase, this is probably a quirk of the Edge IndexedDB implementation. caniuse seems to think that Edge supports most
Improve this page
Add a description, image, and links to the synchronization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the synchronization topic, visit your repo's landing page and select "manage topics."

Hi!
Thanks for this nice tool, I like it a lot :-)
I searched the forums and issue tracker, but could not find any discussion on this:
I would like to have a "clean" feature for Simple File Versioning. I think something similar to the feature for Trash Can File Versioning would be useful: