Alex Sosnovskiy

Results 61 comments of Alex Sosnovskiy

@theodorDiaconu seems like @edemaine finished the work. Could you please review and merge it?

@evolross Did you solve the issue with pub/sub? For me it doesn't work when set pushToRedis:false and overridePUblishFunction:false. https://github.com/cult-of-coders/redis-oplog/issues/361

@edemaine We want to use Vent, so it is not good solution for us.

> Just got this error now: `Error: getCacheEntry failed: Cache service responded with 503` from the `setup-java@v2` action. Failed again when I retried. 503 suggests this is a problem with...

> > Me too, but with `setup-node@v2` for **16.x** > > ``` > Found in cache @ /opt/hostedtoolcache/node/16.15.1/x64 > /opt/hostedtoolcache/node/16.15.1/x64/bin/npm config get cache > /home/runner/.npm > Error: getCacheEntry failed: Cache...

> I was also facing the same issue , I checked the github repo for the `actions/setup-node` and found out they have release a v3 upgrade . So i changed...

Another cool thing about meteor methods - you don't need to share your server side code with client. Could you please explain how it works with your implementation?

could you please provide a test repo?

Hello. Right now we store the data in process’s memory. We are open to any PR for custom storage like Redis or MongoDB. I will try to implement one of...