Tom Brückner
Tom Brückner
AFAIK, it is enough if you define the dependency in the "peerDependencies" section. In this case, npm will not install jquery automatically along with your plugin, but instead require the...
@StorytellerCZ Unfortunately, I have no idea either. :-/ I am only able to describe the symptoms, but have no clue about the root cause. But I think the hint in...
@renanccastro Thanks for sharing your insights. I can totally understand this is hard to fix. I tried to get to the root cause of this myself, but to no avail....
This problem does not to be caused by high loads. It appears even if there is literally zero to none load on the server. Fortunately, nothing seems to be affected,...
> It seems actually that the issue is when nothing happens for whatever the oplog 'window' is. See #11993 as well. I think we're also downgrading to 2.5.6 until we...
> If there's just one DB on the cluster but it's idle couldn't that have the same issue? i.e. scanning the entire oplog and causing all these scanned documents warnings...
> I'll try with a cluster running 4.4 and see if it goes away. Stupid question: How do you swap out the driver? I thought it's baked into the Meteor...
Thanks for the clarification!
Wow, that’s cool. Yes, this issue is still relevant.
Hey @majumdarsr, Thanks for reaching out. Yes, we implemented our own DDP protocol, because we're using Unity as a client instead of a web app. > Did you check if...