meteor
Here are 1,624 public repositories matching this topic...
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Apr 8, 2022 - 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
Aug 23, 2021 - JavaScript
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Nov 9, 2021 - Dockerfile
-
Updated
Mar 17, 2022
-
Updated
Apr 5, 2022 - TypeScript
-
Updated
Apr 5, 2022 - JavaScript
-
Updated
Aug 23, 2021 - JavaScript
-
Updated
Jan 13, 2022 - Python
Add some validation checks for mongo operators that can't be done by SimpleSchema. See longshotlabs/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
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
Aug 10, 2021 - JavaScript
-
Updated
Oct 24, 2021 - HTML
-
Updated
Jul 10, 2019 - JavaScript
-
Updated
Jan 16, 2018 - JavaScript
Sign up button
-
Updated
Jun 13, 2017 - JavaScript
To repoduce:
- Add first hook (before.update)
- Add second hook (before.update)
- remove first hook
- remove second hook
- update a entry --> second hook is called.
Problem is in de splice call "len":
remove () {
self._hookAspects[method][pointcut].splice(len - 1, 1)
Len was stored when inserting the hook in the array. However due to the removal of t
-
Updated
Jul 14, 2018 - JavaScript
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Sep 20, 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
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'm on a 14" macbook M1 pro and get the following error when trying to run a freshly downloaded/installed meteor 2.5.3:
From the blogpost announcing meteor 2.5.1 I would expect meteor to work on my machine.
Given that I'm on an M1, the er