-
Allow for development to mirror what happens on production for better testing and transition to production.
-
Retrieving data
5036 records retrieved for equity 'dd'
5036 records retrieved for equity 'f'
5036 records retrieved for equity 'ge'
5036 records retrieved for equity 'ibm'
5036 records retrieved for e…
-
please enable travis hook http://about.travis-ci.org/docs/user/getting-started/ so tests will be run on every push and merged pull request: http://travis-ci.org/#!/kennethreitz/autoenv
here is exampl…
-
I am sorry that I got the following error
```
error: Your local changes to the following files would be overwritten by merge:
README.md
Please, commit your changes or stash them before you can me…
-
Keep running into this fun error.
Only happens when you do for example:
```
cd ~/Downloads
cd openssl-*
```
That kicks out the error displayed in the title. I thought this was related to [this prev…
DomT4 updated
9 years ago
-
.env files from parent directories could be looked for / handled, too.
E.g. cd'ing to `/foo/bar/baz` would also look for `.env` in `/foo/bar`, `/foo` and `/`, using the first one it finds.
-
Hello,
if I want create warp point with path that contains space like `Volumes/My HD/user/dir` sometimes I get error, but sometimes I create warp point but can't wd to it `cd:cd:13: no such file or di…
-
When I CD into a directory, the autoenv is loaded. But when I open a new tab in Terminal.app, I land in the same directory but the environment script is not run.
I'm not sure if there's a way around …
-
EDIT: The TLDR solution:
```
cd `brew --prefix`
git remote add origin https://github.com/mxcl/homebrew.git
git fetch origin
git reset --hard origin/master
```
The story behind it:
Hi,
Recently I…
-
This is useful for databases where you can export the configured username and password, database name and more for example.
Those environment variables should be unset when you vagrant halt/reload/des…