Meteor-Community-Packages / mongo-collection-instances

🗂 Meteor package allowing Mongo Collection instance lookup by collection name

Home Page:http://packosphere.com/dburles/mongo-collection-instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client side only

msavin opened this issue · comments

Hey, are you able to create a version of this package that only works on the client? That way, there wouldn't be potential issues with other packages on the server side, and I'd guess/hope that it would still work fine for detecting collections on the client.

Hey what kind of issues on the server? are they related to the load order issue? #16

Here are a few that may be conflicting with the package: 

msavin/Mongol-meteor-explore-minimongo-devtools#49
msavin/Mongol-meteor-explore-minimongo-devtools#48
msavin/Mongol-meteor-explore-minimongo-devtools#43

Our plan is to let the user custom set the collection names with a session variable, or use your package to auto- detect. But we wouldn't want it to run on the server in either way. 

On Mar 11, 2015, at 06:17 PM, David Burles notifications@github.com wrote:

Hey what kind of issues on the server? are they related to the load order issue? #16

Reply to this email directly or view it on GitHub.

update your dependancy to 0.3.3 and hopefully it should resolve those issues

Thanks I'll keep ya posted. 

On Mar 11, 2015, at 06:26 PM, David Burles notifications@github.com wrote:

update your dependancy to 0.3.3 and hopefullt it should resolve those issues

Reply to this email directly or view it on GitHub.

Great