Skip to content
#

meteor

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

Wade-BuildOtto
Wade-BuildOtto commented Sep 10, 2020

I have been having conflict issues with incompatible versions of google plugins, and have pulled together as much information as I can find, I have removed the gradle plugin from pre Cordova 9

cordova-android-support-gradle-release@3.0.1 - removed now included in Cordova 9.+

and have added to mobile-config.js

App.setPreference('AndroidXEnabled', 'true', 'android');
App.setPreference('Gra

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

StorytellerCZ
StorytellerCZ commented Oct 20, 2019

After #124 is merged we should remove the remaining use of underscore. This is primarily that it should not be needed and to lighten the app bundle size.

If some underscore functionality is needed only those specific functions should be imported from npm to minimize bundle size.

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.