Chris Priest

Results 22 comments of Chris Priest

Hi Carlo. My understanding is that all you need to do to get a new meta tag value added to the spec is to edit that wiki with the new...

Thank you for posting that. I forgot to mention in my last post that I had planned on moving some urls around. btw, how did you get your account? Did...

https://github.com/bitpay/bitcore-lib/pull/145 may fix this issue

When I installed it, I got an error, but I added -e before the url and it worked fine with the "-"

Thank you for making this pull request. Could you revert the new lines? I know PEP8 says 80 chars is the maximum, but there is also a clause that says...

1. Clone the repository 2. Install requirements via "pip install -r requirements.txt" 3. Install db by running "python manage.py migrate" 3. Run the server via "python manage.py runserver" 4. Go...

A new version of jqueyUI does indeed fix this issue. I tried upgrading jqueryUI a few months ago, but had to rollback because it broke something else.

Those three checkboxes unlock the delete flight button. This is to guard against accidental deletion of flights. Its kind of silly and outdated. A better approach is to use a...

I get the same error. When I try to run that command get this: ``` chris@chris-Darter-UltraThin:~$ ldd -v `find ~/.mozilla/ | grep npwebpg | grep Linux` ldd: missing file arguments...

@arhuaco in the maintime, you can use `moneywagon.get_unspent_outputs()` in place of `history()` until the PR gets merged. ``` python from moneywagon import get_unspent_outputs In [2]: get_unspent_outputs('btc', '192Tsb794VGi3VAJZ8zhHdjSRVFZpCywab') Out[2]: [{'address': '192Tsb794VGi3VAJZ8zhHdjSRVFZpCywab',...