Alexandr Priezzhev
Alexandr Priezzhev
I have found the source of the problem. In the `env/bin/active` you are manipulating with the environment. After commenting it and changing `pip` to `pip2` in the setup script it...
``` » ./setup.sh V master ✱ Running virtualenv with interpreter /usr/local/bin/python2.7 New python executable in /private/tmp/Slack-Gitsin/env/bin/python2.7 Not overwriting existing python script /private/tmp/Slack-Gitsin/env/bin/python (you must use /private/tmp/Slack-Gitsin/env/bin/python2.7) Installing setuptools, pip, wheel...done....
> Hi @priezz, thaank you for the PR! At a first glance, this seems mostly sensible - but I would have to do a second (/third) deep-dive, as there seem...
@markoshust, here is the page with examples https://github.com/gadicc/meteor-hmr/blob/master/docs/Boilerplates.md
Still not working for me... Please see #67.
same for me 2016-05-19 16:49 GMT+03:00 jbbr [email protected]: > I'm unable to install beta.4: > > Errors prevented startup: > While selecting package versions: > error: No version of gadicc:ecmascript-hot...
Gadi, just keep moving forward! Sure, MDG will implement better build and hot reload systems some day, but the projects like yours prevent many people from switching from Meteor to...
The problem is caused by file descriptors limit. In previous OS X versions (prior to 10.8.4) is was allowed to set the value to unlimited, and it could be still...
On mobile logs are currently printed on a device, so you can use `adb logcat` on Android. I don't know though, how to get logs from iOS into a console....