meteor
Here are 1,537 public repositories matching this topic...
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 4, 2020 - JavaScript
Hi,
I just notice that in the current version, in the input filter, while the operator _in is implemented, the operator _nin is not yet implemented.
Thank you
Adalidda
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
May 8, 2020 - Dockerfile
-
Updated
Oct 1, 2020
-
Updated
Sep 22, 2020 - JavaScript
-
Updated
Sep 30, 2020 - TypeScript
Add some validation checks for mongo operators that can't be done by SimpleSchema. See aldeed/meteor-simple-schema#9.
- $rename (make sure existing values for the renamed key validate for the new key name)
- $inc (check min/max and allowed values)
- $addToSet (check maxCount)
- $push (check maxCount)
- $pull (check minCount)
- $pullAll (check minCount)
- $pop (check min
-
Updated
Sep 18, 2020 - JavaScript
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
-
Updated
Jul 19, 2020 - JavaScript
-
Updated
Jan 16, 2018 - JavaScript
-
Updated
Jul 10, 2019 - JavaScript
-
Updated
Aug 3, 2020 - Python
-
Updated
Jun 13, 2017 - JavaScript
-
Updated
Jul 14, 2018 - JavaScript
Latency Compensation
I am modifying the modifier passed into a before.update hook and noticed that these changes are being passed to the update hook on the server. So the client and the server aren't processing the same modifier; the server only has the modifier outputted by the client side hook. This is related to the discussions here https://forums.meteor.com/t/meteor-collection-hooks-confused/748/7.
The solution
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 26, 2020 - JavaScript
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.
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Sep 27, 2017 - JavaScript
Sign up button
Please add a sign up button to main page.
Improve this page
Add a description, image, and links to the meteor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the meteor topic, visit your repo's landing page and select "manage topics."
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
[email protected] - removed now included in Cordova 9.+
and have added to mobile-config.js
App.setPreference('AndroidXEnabled', 'true', 'android');
App.setPreference('Gra