meteor
Here are 1,585 public repositories matching this topic...
-
Updated
Sep 9, 2021 - JavaScript
-
Updated
Sep 8, 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
Aug 23, 2021 - JavaScript
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Mar 4, 2021 - Dockerfile
-
Updated
Aug 23, 2021
-
Updated
Sep 7, 2021 - TypeScript
-
Updated
May 11, 2021 - JavaScript
-
Updated
Aug 23, 2021 - JavaScript
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
May 6, 2021 - Python
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Jul 10, 2019 - JavaScript
-
Updated
Jan 16, 2018 - JavaScript
-
Updated
Jun 13, 2017 - JavaScript
The number of notifications I have now is killing me xD There should be a clear all button and perhaps a record in the blockchain of the timestamp it was clicked so as to not re-display them when the browser cache is cleared.
Sign up button
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
May 6, 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
Aug 10, 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."
Since iOS has changed its cookie policy named as
INTELLIGENT TRACKING PREVENTION
(see risetechnologies/cookieTest#2 (comment) for a brief explanation) cookies set by the server are not being taken into account anymore (also see https://forums.meteor.com/t/sticky-session-using-cookies-and-cordova/44419/9).This is especially an issue if load balancers use