Gadi Cohen
Gadi Cohen
As per @clayne11 in https://github.com/gadicc/meteor-hmr/issues/100#issuecomment-224013876: ``` => Your application has errors. Waiting for file change. => Modified -- restarting. METEOR_HOME for os.osx.x86_64 / /Users/clayne/.meteor name gadicc:ecmascript-hot version undefined => Errors...
Harmless but annoying, scary error if you don't know it's harmless.
Sorry, this isn't available yet, but we're close. Issue open for those who want to subscribe to get a notification when it is. Next few days :D
Currently we run the `babel` CLI for each compile. When I have time again this will be changed to keep an in-memory copy with node, for faster compilation.
In v2 we handle date/number/currency formatting, but it relies on native browser support. mf should provide a polyfill to be used by older browsers.
As suggested [here](https://forums.meteor.com/t/react-i18n-best-practices-in-meteor-1-3/21901/3?u=gadicc), would be nice to see the official todo app with MF support, and even better as a diff showing exactly what's needed to add MF to an...
Just added this to the README: > At some point later this year (2016), support for Meteor versions below 1.3 will be dropped. You will continue to be able to...
Review existing README, move relevent stuff to the docs on the website, update existing material. Installation / upgrades: - [ ] Upgrading from v0 - [ ] Changes since v0...
For all packages: - [ ] Look at commented out code and remove if we're sure it's no longer needed - [ ] Clean up Session variables, div IDs, etc....
Decide on something final for v2 docs, support old formats for 6 months, then warn, then remove in 2017 :) - Caps vs Underscore (`LOCALE` vs `_html`) - Overrides vs...