-
Updated
Aug 22, 2020 - JavaScript
meteor
Here are 1,512 public repositories matching this topic...
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Aug 24, 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 14, 2020
-
Updated
Aug 19, 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 20, 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."
Pluralize has unexpected results, it can't be used safely in code. It is only relevant for UI features.
Example: latin words, "schema" => "schemata", "datum => data", plural word are kept plural etc.
Adding an "s" blindly is more efficient though semantically incorrect sometimes. Better, allowing user to provide it's own names for resolver.