Filipp Ozinov

Results 182 comments of Filipp Ozinov

You better make a separate class with fields required to synchronize. ``` class myclass(SyncObj): def __init__(self, config, currentHost,partners): super(myclass, self).__init__(currentHost, partners) self.message_queue = queue.Queue() @replicated def enqueue(self, someObject): ... ```

Sory, I don't understand what you try to achive. You can't use SynObj the way you are trying to do it. SyncObj is a libary for replicating state machines, described...

Does you external IP address matches network adapter address (`ifconfig` output)? If not - you should use your external addresses as partnerAddresses, and specify `bindAddress` in config like this: cfg...

On MacOS it's the same error. It's really some kind of trolling - creating a rendering library without ability to update scene.

The workaround is here, https://github.com/mmatl/pyrender/pull/213#issuecomment-1042971849

Please reach [[email protected]](mailto:[email protected]) we will provide support if you already purchased a Pro version.

How to merge DJI O3 files? ReelSteady-Joiner and this ffmpeg approach doesn't work ( P.S. Actually everything already works, just drag-and-drop 3 files at the same time.

On linux it was running inside docker container, may be that affected heuristic somehow. For mac - how can I enable it? In help the only option is `--disable-oom-detection`

Is it enough to serialize content of `struct phf`? I mean seed, r, m, d_max, g_op by value, and also store content of memory starting from g of r size?...