Richard Leland

Results 7 issues of Richard Leland

Several users have asked for the ability to use the library without composer. One example would be for simple standalone scripts. We need to investigate what's involved and add docs/update...

wontfix

I've set up a few things to get us started on adding some testing to multi-mech including a shell test file in `multimechanize/test/test_multimech.py` and a tox config file in the...

This logic isn't needed as you can achieve the same thing easily with pip: 1. Make a git clone of the repo 2. Inside a virtualenv and from the clone's...

What do you think about creating a settings.py that handles the reading and parsing of the config file? I think it would be nice to separate that logic into another...

- What data do we want to collect other than email? - How will we collect? Use the recipient list API? Marketo? Something else?

Installing api-blueprint-validator fresh right now causes the installation of protagonist 1.0.0. This version appears to require changes to api-blueprint-validator: ``` bash Warning: Command failed: /bin/sh -c node ./node_modules/.bin/api-blueprint-validator ./services/introduction.md .../node_modules/api-blueprint-validator/src/validator.js:74...

The current version of django-mptt is 0.2.1 and setup.py requires a version greater than 0.2.1, so installation fails for me.