Harry Adel

Results 140 comments of Harry Adel
trafficstars

I think the underscore PRs might use a second look now @StorytellerCZ @Grubba27

@jankapunkt what led me to create this issue is that once I removed the NPM version, I had a client error stopping my application from booting till I installed the...

Hi @Herteby try to pull the latest changes from master and Travis issue'll be gone this time leaving only the package.js conflict which I hope you can address in a...

Hi @ljshj Could you please elaborate? As far as I can tell, there's a `return` within that if statement, so if `temp` is empty, it'd never move on to deduce...

Hi @ljshj, Looking forward to doing great work with you! A review is needed [here](https://github.com/CollectionFS/Meteor-CollectionFS/pull/1046).

@Sojourneer You're absolutely right, we need to migrate to the latest NPM version and modify code accordingly. But as of right now, we're aiming to bring the packages(as best as...

Yup, I run into this problem too. @nachocodoner @leonardoventurini Will you please take care of this problem in the next release?

@nachocodoner I get this issue when I try to deploy the application using [Scalingo](https://scalingo.com/). Let me know, we can further assist you.

@nachocodoner I attempted to verify your claim and you're right. Seems to be building fine locally but gets messed up in docker environments due to permission issues which can be...

>Granting write permissions to npm-shrinkwrap.json resolves the issue. I'm considering automating on meteor build command a chmod for this file in specific environments to address the problem. Any thoughts on...