-
Absolutely brilliant, reading this has made so many of my intuitions about the state of present day frameworks much more resolved and concrete. Have you seen Cycle.js.org? This tutorial should map ove…
-
`meteor run` parses the METEOR_SETTINGS environment variable, but doesn't store its value in `Meteor.settings`.
Reproduction:
``` sh
git clone git@github.com:dandv/meteor-settings-env-var-broken.git…
dandv updated
9 years ago
-
There could be a few different approaches to talks on this subject.
[This article](http://nerds.airbnb.com/isomorphic-javascript-future-web-apps/) on isomorphic javascript is an interesting read an…
-
Ran into this here:
https://github.com/timkelty/generator-craft-plugin
```
this.fs.copyTpl(
this.templatePath('pluginhandle/**/*'),
this.destinationPath(pluginDest),
thi…
-
Dear Everyone,
JDD got in touch with me over email this morning, inquiring about the possibility of merging Underscore and Lodash together. I think it's high time to talk about the possibility again.…
-
# Choosing a Task Runner for the Cloverfield Boilerplate Scaffold
Cloverfield aims to create a next generation JavaScript project boilerplate. That means we'll use the tools that coders in-the-know w…
-
I've heard a bit of disquiet about the idea of reconciling back with joyent/node and joining in on the Node Foundation and I thought it appropriate to provide a specific place to discuss these concern…
rvagg updated
9 years ago
-
It’s great that instances are never re-rendered in the new rendering model. But it’s really harmfull that it only fires once per template instance.
The [example of how to port](https://github.com/avi…
-
Posted about this for the last version. Mobs ignore the config when you try to disable them. Setting to 0 or false did nothing. Was told issue would be fixed in 1.1.2, it was not.
Started fresh, del…