Vlad Lasky
Vlad Lasky
> The problem is that it breaks semantic of DDP and observeChanges which currently works on assumption that all changes are seen. I think people will see that it really...
I have investigated further and confirm that this is an issue that will sometimes cause publication data to be lost. It should be fixed ASAP. During the execution of [_setUserId()](https://github.com/meteor/meteor/blob/d9db4f52f2ea6d706a25156768ea42e1fbb8f599/packages/ddp-server/livedata_server.js#L781),...
@mitar I'm happy to financially sponsor the resolution of this issue. I have sent you an email.
Hello @Anillc, I have submitted the following PR to resolve this issue: https://github.com/gwuhaolin/chrome-finder/pull/27 Also, I have published my own fork as NPM package [@vlasky/chrome-finder](https://www.npmjs.com/package/@vlasky/chrome-finder) that incorporates this fix.
Hi Ramez, my client's cluster has been designed for high availability to allow their app to keep operating if up to two servers go down. With a single instance of...
Yes, I did mean independent instances. I considered Redis Sentinel to be the fallback option if your answer to my original question was "single instance required". I see that there...
Hi Ramez, I have no experience with Redis Sentinel yet. I'm doing my homework to ensure that everything meets my client's requirements before proceeding with deploying and testing it. I...
Use the following commandline option: `--ctx-size 2048`
There are some other enhancements I want to make to this code so I will do that too.
First time standard notes user. I ran into this issue on my Windows desktop app when accessing a freshly-installed self-hosted standard notes instance installed on a Rocky Linux 9 server....