Please, update the following packages to make it compatible with meteor3

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 :handshake:

synced-cron is already working in Meteor 3 in quave:synced-cron

2 Likes

Thank you @vooteles @filipenevola :heart:

I had just created PRs for ostrio:meteor-logger-mongo & ostrio:logger

It’s now up to @dr.dimitru

1 Like

any working alternative package of

meteorhacks/meteor-ssr

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 :smiley:?

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.

1 Like

We won’t have a difficult migration for Meteor 2 to Meteor 3 if there was a sync magic alternative to fibers

…thanks a lot for explanation @rjdavid