meteor
Here are 1,540 public repositories matching this topic...
The ultimate Free Open Source Solution for team communications.
-
Updated
Oct 22, 2020 - JavaScript
The open-source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
-
Updated
Oct 21, 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
Lightweight CSS framework
-
Updated
Sep 7, 2020 - JavaScript
Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient
-
Updated
Oct 8, 2020 - JavaScript
Angular and Meteor - The perfect stack
-
Updated
May 8, 2020 - Dockerfile
-
Updated
Oct 1, 2020
AutoForm is a Meteor package that adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
-
Updated
Sep 22, 2020 - JavaScript
A React library for building forms from any schema.
-
Updated
Oct 14, 2020 - TypeScript
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.
-
Updated
Oct 22, 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
Oct 20, 2020 - JavaScript
A lightweight boilerplate for meteor projects
-
Updated
Jan 16, 2018 - JavaScript
In-App MongoDB Editor for Meteor (Meteor DevTools)
-
Updated
Jul 10, 2019 - JavaScript
Evaluation code for various unsupervised automated metrics for Natural Language Generation.
-
Updated
Aug 3, 2020 - Python
A starting point for Meteor apps.
-
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
Model layer for Meteor
-
Updated
Mar 8, 2020 - JavaScript
GroundDB is a thin layer providing Meteor offline database and methods
-
Updated
Aug 20, 2020 - JavaScript
The Ultimate Boilerplate for Products.
-
Updated
Aug 26, 2020 - JavaScript
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
Meteor.publishComposite provides a flexible way to publish a set of related documents from various collections using a reactive join
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Sep 27, 2017 - JavaScript
Reordering videos
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.
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
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