Isaac Vidas
Isaac Vidas
I'm having a similar issue:  Could this be what is overriding the `source` command? https://github.com/railsware/upterm/blob/e778fc4a2edd166c7ec12b7a3f8d4d81cdca92d4/src/PTY.ts#L93
@77cc33 I'm curious about how you were able to get to 10588 pages/min. I'm trying to crawl about 10K different domains and I was only able to get to 1800...
Got it, thanks for the answer and tips!
@carljr123 The code is in python. In order to run it: 1. Make sure you have Python > 2.7 installed on your machine. 2. Install the requirement file (requirements.txt) ```...
@carljr123 1. In order to download the project, please follow this tutorial [Cloning a repository](https://help.github.com/articles/cloning-a-repository/) 2. Seems like you don't have pip installed on your machine. Try to use this...
I don't have much experience with git on windows but maybe try the solution described here: http://stackoverflow.com/questions/3778042/github-error-cloning-my-private-repository
Hi, sorry for the delay. Try to do the following, go to the folder where you cloned / downloaded the repository to and try to run the pip command: ```...
@sibiryakov Thanks for the help! I wanted to know if perhaps you could point me to what configuration I should use. I've installed 2 environments on OSX and Ubuntu. On...
@colmex sorry, but I wasn't able to solve this issue. I got these errors from different workers at random times which made it very difficult to find the actual problem....
@colmex thanks! This is interesting because I did try to isolate the issue (though it's been a while so I don't remember exactly what I did). I'll try to find...