Please, can you update the following packages to make it compatible with meteor3 (to some of them, I put new PR):
wildhart:meteor-partitioner @wildhart
ostrio:meteor-logger-mongo
percolate:synced-cron
Thanks a lot
Please, can you update the following packages to make it compatible with meteor3 (to some of them, I put new PR):
wildhart:meteor-partitioner @wildhart
ostrio:meteor-logger-mongo
percolate:synced-cron
Thanks a lot
synced-cron is already working in Meteor 3 in quave:synced-cron
I had just created PRs for ostrio:meteor-logger-mongo & ostrio:logger
It’s now up to @dr.dimitru
any working alternative package of
I tried the minimal SSR code, but it did not work with dynamic data, so asking you to not reinvent the wheel
harry97:ssr
@harry97 THANKS A LOT! @dr.dimitru are you there ?
Can somebody please check and fix my PR?
I don’t know why the Meteor.wrapAsync() still returns Promise: update by klaucode · Pull Request #3 · wildhart/meteor-partitioner · GitHub instead of value (method getUserGroup() update by klaucode · Pull Request #3 · wildhart/meteor-partitioner · GitHub)
Meteor.wrapAsync()
used fibers which no longer works in Meteor 3.
We won’t have a difficult migration for Meteor 2 to Meteor 3 if there was a sync magic alternative to fibers