Paulo Mogollón
Paulo Mogollón
I just had this issue too. It might be possible that schema-index loads first and the simpl-schema gets loaded and reconfigured somehow and that removes the extended options. Im going...
I was able to workaround the schema-index issue by not importing the schemas in the client code.
Unfortunately I was not able to make the project work correctly app compiles without issues but get an error on browser console. I think the problem is related to issue...
We also use this for our projects. I think its backwards compatible, just requires to update docs. EDIT: Actually creating the new method callAsync it wont interfere. What we do...
This will happen with versions of meteor > 2.13 because of the custom node version. To fix this installing with curl will be the solution instead of nvm. [Something like...
@vparpoil did you have to install mongodb package or you found a way to fix the mongodb module not resolved error?
Interesting, what version of mongodb do you have installed? In my case I get the same warning but the app doesnt start and then I get the error ```bash =>...
@vparpoil how are you setting the Meteor.users.raw?
I was able to create a basic "compat layer" package to bring nova to grapher apps with less changes. It uses the same queries, namedQueries (with resolvers, exposures and cache)....
well here is a version of what I was talking about before. [Grapher + nova](https://github.com/pmogollons/grapher-nova) Have in mind that: * Is not compatible with pub/sub * It has no meta...