Janet Riley

Results 7 comments of Janet Riley

Good question. I can probably do something like I did for the ruby prompt. Will google and find out.

Here are some of the changes I made: - Added .irbrc for color coding: https://gist.github.com/janetriley/8467828 - Created a one-line .bash_profile - it wasn't getting run on vagrant -ssh source ~/.bashrc...

They're on my local image, which will be published as a binary. I made the gists to be more explicit about the changes.

What should the single-letter flag be? I was thinking of `--sanitize` but `-S` is already taken by scheme. `--level` and `-L` don't seem intuitive enough.

- Add mention of Mongo 3.x, Python 2.7 - add docker build instructions: `docker build -t "baleen_app_1" -f Dockerfile-app` - The test libraries are commented out in requirements.txt (and should...

It looks like the required fields to create a Feed are link and category, with an optional title. Is that right? Here's my understanding of a Feed: from `baleen.models`: ```...

In addition there are references to 2.7 in - README.md - docs/index.md - setup.py - Dockerfile-app