Skip to content
#

synchronization

Here are 967 public repositories matching this topic...

tinco
tinco commented Oct 15, 2019

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.

dienluong
dienluong commented Nov 4, 2019

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

grozan
grozan commented Dec 20, 2019

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

kimus
kimus commented Feb 27, 2020
[[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
SeppPenner
SeppPenner commented Apr 7, 2019

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.

SymmetricDS is a database and file synchronization solution that is platform-independent, web-enabled, and database agnostic. SymmetricDS was built to make data replication across two to tens of thousands of databases and file systems fast, easy and resilient. We specialize in near real time, bi-directional data replication across large node networks over the WAN or LAN.

  • Updated Jul 2, 2020
  • Java

Improve this page

Add a description, image, and links to the synchronization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the synchronization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.