Results 103 comments of Tim Elfelt

~~you can add `waitForSelector` or other CasperJS wait methods manually~~ Edit: see below

+1 for audio output to file

I had to add to path as well `C:\Program Files\Git\usr\bin` ``` C:\Users\Tim>patch -v GNU patch 2.7.5 ``` Img instructions for those inclined ![how to add patch to path](http://i.imgur.com/OBLiY7R.png)

@liorkesos @pratik60 @linnovate/mean-contributors what is the status with git.mean?

ignore for now, WIP to fix `MongoError: no primary found in replicaset.`

Part of this request (feature flags, or toggling code by env) could be hacked around now by setting globals with webpack and DefinePlugin, but it means wrapping every file in...

It looks like this may be already present in the source? ``` function findModules(meanioinstance, defer, app) { var disabled = _.toArray(meanioinstance.getConfig().disabledModules); Q.all([ search(_modules, disabled, 'packages'), search(_modules, disabled, 'packages/core'), search(_modules, disabled,...

This fixes some of my model loading issues where before I had to move `var Model` declarations inside my express controller instead of defining them at the top of the...

I'm all in on the module idea. @ADSKLowenthal when you have some time would you mind spearheading the initial repo creation and getting something going?

@clowenhg no rush, and if it works that's even more than I was hoping for. Just looking for a place to start hacking ;)