Skylar Saveland

Results 34 issues of Skylar Saveland

## FAIL: testEnd (oembed.tests.OEmbedTests) Traceback (most recent call last): File "/home/skyl/Desktop/code/pinax/pinax-dev/lib/python2.6/site-packages/oembed/tests.py", line 26, in testEnd text % self.embed AssertionError: u'There is this great video at ' != u'There is this...

v1.1 returns only orders from the passed market. v2.0 returns a mixed bag of orders. ``` In [24]: bittrex.api_version Out[24]: 'v1.1' In [25]: bittrex.get_order_history('BTC-ZEC')['result'][0] Out[25]: { 'Exchange': 'BTC-ZEC', .... }...

I'm trying to shim in a captcha to this wizard: https://github.com/Bouke/django-two-factor-auth/blob/master/two_factor/views/core.py#L64 When I override the default `django.contrib.auth.forms.AuthenticationForm` with a subclass that has a `CaptchaField` added, within the context of the...

Makes unauthorized `get_products` work, for example

First I was using 1.0.6 from PyPI. This version didn't have support for channels. So, I pip installed master. But, master is also at 1.0.6 in setup.py. So, it looks...

I tried to make a keyword, "alzheimer's". When I click on the tag, alzheimer's, from the list page, I am directed to `/publications/tag/alzheimer%2527s/` which has no results. Something is wrong...

Instead of having a different view for year, keyword, etc, I think it would make more since to filter by the querystring. So, we could see all of the papers...

Hi, I switch out a few things like namespace/cluster for different environments. I have a case where I want to centrally switch out the "substitutions" for some k8s_objects that would...

In `lib/networks.js`, I add ``` addNetwork({ name: 'foobar-testnet', privatekey: 0xef }); ``` This causes: ``` AssertionError: expected 'n4McBrSkw42eYGX5YMACGpkGUJKL3jVSbo' to equal '1PqetoMn82bPmA3TpnBpSuXwcJidBGxbSX' ``` at `test/transaction/input/publickey.js` line 21: ``` utxo.address.should.equal(address.toString()); ``` This...

This makes the milkman tests pass against Oracle. It also makes it possible to run tests using milkman against Oracle in a large codebase.