The Wayback Machine - https://web.archive.org/web/20201111120622/https://github.com/topics/meteor
Skip to content
#

meteor

Here are 1,546 public repositories matching this topic...

Saeeed-B
Saeeed-B commented Sep 27, 2020

When errors are returned (If the input information is incorrect) , The name of the corresponding collection is also in the error message . LIKE this :

name is required in CollectionName insert

i want this part (in CollectionName insert ) gone.

error messages belong to software users, and users do not need to see the name of the collection.
And this part should not be returned at all.

SimonSimCity
SimonSimCity commented Dec 10, 2019

https://github.com/Meteor-Community-Packages/meteor-roles/blob/32c230ded9cb92b27a3485d143cabf2732fef186/roles/roles_common.js#L543-L557

The function _getInheritedRoleNames() is currently used to construct the array inheritedRoles on a role-assignment, where it only takes over the parameter _id. If you have data stored on the role, wouldn't it be better to have it copied along?

If one o

merlinpatt
merlinpatt commented May 19, 2016

I'd love to see the UserAgent string broken down into more fields. This would allow a developer to easily write queries and aggregations based on the different parts of the string. I'd love to use this to see how many users are on a particular platform. But right now this is difficult because if a user happens to use safari/601.1 and another uses safari 600.1, these strings are considered separate

MENOZE
MENOZE commented Aug 31, 2020

Is there a way to change the order of the videos on the channel page when viewing it publicly? I notice that the videos are posted in the order of the posted date. I have videos that are from YouTube that are older than my newest videos, but are in front.

Improve this page

Add a description, image, and links to the meteor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the meteor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.