Brylie Christopher Oxley

Results 483 comments of Brylie Christopher Oxley

If we do use routes, how do I hook in to a specific route? E.g. `admin/Houses/add`. Is there a way to handle this with a template level subscription?

Alright, I am a bit unclear on how to use the changeSelector callback.

OK, thanks for the clarification. This is a really important feature for a [project](https://github.com/brylie/juhani-wellbeing) that I am working on. We have a [collection](https://github.com/brylie/juhani-wellbeing/blob/master/both/collections/activities.js#L8) uses three collection helpers, linking to and/or...

There are two open issues related to this issue on the aldeed:tabular repository: - https://github.com/aldeed/meteor-tabular/issues/114 - https://github.com/aldeed/meteor-tabular/issues/151

Thanks for the response. I have pinged our designer, so he can hopefully clarify the difficulties.

Same here: - Firefox 46.0.1 - yogiben:[email protected]

As an aside, we migrated to a different file upload solution called [Meteor FileCollection](https://github.com/vsivsi/meteor-file-collection). FileCollection also uses GridFS, and the UI can be configured with drag-and-drop support.

I have created the following, for demonstration purposes: - [basic fork and reproduction](https://github.com/brylie/meteor-starter-bug-84/tree/bug-84-reproduce) - [reproduction with collection-hooks below comments](https://github.com/brylie/meteor-starter-bug-84/tree/bug-84-broken) - [fix with collection-hooks above comments](https://github.com/brylie/meteor-starter-bug-84/tree/bug-84-fixed)

Here is a [diff comparing the broken and fixed](https://github.com/brylie/meteor-starter-bug-84/compare/bug-84-broken...brylie:bug-84-fixed?expand=1) versions.