Tim Arnold
Tim Arnold
I'm trying to install a C NATS client (https://libraries.io/github/nats-io/cnats) on my Alpine Linux Docker image. One of their libraries (https://github.com/nats-io/nats.c/blob/master/pbuf/lib/linux/libprotobuf-c.so) links to `libc.so.6`, and so I followed the instructions for...
I've got a question about `DelayedDeletable` and two-step deletion from the book. In `markForLocalDeletion()`, the first line of the method is: ``` guard fault || markedForDeletionDate == nil else {...
Why not just perform these operations in the `init` method? I'm not sure I see the utility of this pattern. Is this simply to protect against someone initializing a `SyncCoordinator`...
Howdy! I've really been enjoying the book and the sync codebase, and am building off it for our own project. I'm building a remote type that uses Firebase instead of...
I'm not seeing updates when sending messages until I reload the page