B.E. Henriksen
B.E. Henriksen
@anyong I'm not aware of any. Seems unlikely to be added here without a PR. I don't have time but would be happy to help, test, review, etc if anyone...
Radium works pretty well here too, doing something like `Component = Radium(Component)` with Component being stateless.
I meant to do this but thought I'd wait for [ES6 module syntax](https://github.com/jashkenas/coffeescript/issues/3162), etc.
Would be really nice. There also seems to be a greater issue with formatting of these, i.e. if you try ``` - [ ] [link](http://google.com) ``` it seems to interpret...
Could [core rate limiting](https://github.com/meteor/meteor/tree/43b4b3020572cada511e719ab321d942903f0b08/packages/rate-limit) [(MDG blog post,](http://info.meteor.com/blog/rate-limiting-in-meteor-core) [discussion)](https://forums.meteor.com/t/proposal-rate-limiting-in-meteor-core/6152/3) be utilized for (some of) this? I.e. to create and enforce rate limit rules for a worker, or better yet, job types...
With [updated](https://forums.meteor.com/t/using-wallaby-with-meteor-1-3-and-meteor-packages/22542/8) `wallaby_server.js` ``` shell Error: Command failed: meteor node -e "process.stdout.write(process.execPath)" /usr/local/bin/meteor: line 29: HOME: unbound variable at checkExecSyncError (child_process.js:464:13) at Object.execSync (child_process.js:504:13) at Object. (.../app/wallaby_server.js:18:4) ```
I get the following path, so I've just hardcoded it in and that seems to work. ``` javascript var nodePath = "/Users/jiku.dev/.meteor/packages/meteor- tool/.1.3.2_4.1bnwswu++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/node" ``` I'm on OS X 10.11.4. Now...