-
Updated
Aug 25, 2020 - JavaScript
meteor
Here are 1,513 public repositories matching this topic...
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 27, 2020 - JavaScript
Version: `0.10.0`
OS & Version: linux
Node version: `geth 1.8.2-stable-b8b9f7f4`
It seems that in "Latest transactions" in Ethereum Wallet there are listed pending transactions from all networks (the real network and several test networks) without displaying which network this transaction is of.
So either show it noticeably or l
-
Updated
Aug 9, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
May 8, 2020 - Dockerfile
-
Updated
Aug 25, 2020
-
Updated
Aug 27, 2020 - TypeScript
-
Updated
Jun 3, 2020 - JavaScript
-
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
-
Updated
Sep 27, 2017 - JavaScript
-
Updated
Dec 27, 2019 - JavaScript
Sign up button
Please add a sign up button to main page.
-
Updated
Jun 20, 2020 - JavaScript
-
Updated
Jul 30, 2020 - 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."
getUseris only a small helper to get the user based on its auth token.We should duplicate this code in Vulcan and get rid of "meteor/apollo" dependency for this usage.
Relevant code:
Also,
setupAuthTokenshould be exported in order to be reused in Express endpoint