-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please update to the new package system #9
base: master
Are you sure you want to change the base?
Conversation
5f20f28
to
ed59336
Compare
If you don't like to update and if you don't mind, I can fork the package and publish it under my name on atmosphere. |
50483f8
to
51388aa
Compare
👍 |
Does this even work in current Meteor? It seems yields are not allowed anymore on the server side. So queries inside autorun will probably not work anymore? |
Interesting. I am using this package in my app with meteor 1.0.2. And I have not experienced the issue described in the above bug report. I thought this is because this package uses a deps implementation that is supposed to work on the server. |
Yes, having no tests is unfortunate:-( I think the code you are referring to overrides the methods defined in cursor. So no need to define |
Sorry, now that I checked my code I see that I only ever use |
I understand it now, the package above uses this other package to override |
@mitar would you consider forking this package and publishing it? |
I forked the server-autorun package. Now that we have autorun ion the server, I will probably integrate reactivity into my own database access packages: |
Is this package on Atmosphere? https://atmospherejs.com/?q=reactive+publish |
All packages on Atmosphere are forks of this package. The most recent seem to be lepozepo:reactive-publish and my own: cherbst:reactive-publish. |
This commit should make it possible to publish this package to the new package servers