meteor
Here are 1,567 public repositories matching this topic...
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Apr 15, 2021 - JavaScript
Just gave VulcanJS a try after using Meteor for a while. I'm getting the following error:
`
Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
meteor://💻app/packages/vulcan_lib.js:422
if (error) throw error; // eslint-disable-next-line no-console
^
[Error:
-
Updated
Jan 16, 2021 - JavaScript
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Mar 4, 2021 - Dockerfile
-
Updated
Feb 28, 2021
-
Updated
Mar 31, 2021 - JavaScript
-
Updated
Apr 15, 2021 - TypeScript
-
Updated
Apr 8, 2021 - JavaScript
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.
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
Feb 26, 2021 - JavaScript
-
Updated
Jul 10, 2019 - JavaScript
-
Updated
Jan 16, 2018 - JavaScript
-
Updated
Apr 8, 2021 - Python
-
Updated
Jun 13, 2017 - 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
Jul 14, 2018 - JavaScript
-
Updated
Mar 8, 2020 - JavaScript
Sign up button
Please add a sign up button to main page.
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Mar 29, 2021 - 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
-
Updated
Apr 2, 2021 - JavaScript
-
Updated
Sep 27, 2017 - JavaScript
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."


Accounts.forgotPassword callback with an error message"User not found [403]" if the user with the specified email does not exist.
Is it possible to stop this error message from reaching the client ? If not is it something that should be changed ? I can make a PR to address this.