Adam Love
Adam Love
Do you think you'll ever add browser push notifications to this package?
When I have this schema and file store: https://gist.github.com/Neobii/c28c42145af56ef4db58 and using https://github.com/yogiben/meteor-admin/, the `mp3Id` is being saved as `dummyId`.
This makes it so you you can use `[String]` on the cfs-files and it will have an array of ids of the files. However you have to specify cfs-files in...
Material UI now has `withStyles` hooks and right now vulcan uses Hocs.
I'm working on updating the eslint and babel and some issues are still there. I've added the correct plugins so maybe there are just some linting issues throwing errors. [github...
Looks like vulcan still uses `apollo-link-state` and should use `apollo client` instead. [Effected files](https://github.com/VulcanJS/Vulcan/blob/devel/packages/vulcan-lib/lib/modules/apollo-common/links/state.js)
It'd probably be helpful to add namespacing to components. ie `Components.myNamespace.Component` I'm sure typescript can help with that and might be a good first project to take advantage of the...
The error messages in defining fragments is not clear. ``` registerFragment(` fragment HandlePartiesBadge on HandleParty { _id createdAt isMod party { ...HandlePartyBadge } `); ``` Will get you this error:...
Need upsert mutator like this: ```javascript return upsertMutator({ collection: Movies, document: movie, data: movieData, validate: false, }); ```
If I have an iframe in the app and they are clicking inside, it doesn't register as user activity.