Skylar Saveland

Results 73 comments of Skylar Saveland

So, I can't get the MarketName to work with many different attempts :/ All permutations of this give back the same thing that we already have for v2 in 0.2.0......

Why is this horrible? The matching engine *should* give you the best price it can. I'm not sure if there are other options.

2.0 is undocumented and constantly changing :/

It seemed that only a Firefox cookie export worked for me (not Chrome)? I think a small addition that would make this slightly easier to work with would be to...

This is probably because you are getting blocked by Google and the call to `apply_settings` is failing with a 503. Current solution is to use a cookie file instead of...

FWIW my usage against master looks something like this now: ``` import json from channels import Group import gdax from xex.gdax.exchange import Gdax class GdaxTickerSender(gdax.WebsocketClient): def on_open(self): self.gdax = Gdax()...

I agree ``` // ... File "py/env/lib/python3.7/site-packages/django/db/models/fields/__init__.py", line 2290, in get_db_prep_value return connection.Database.Binary(value) TypeError: memoryview: a bytes-like object is required, not 'str' ```

Even better, if you're trying to go to a otp-requiring page, wouldn't it make sense to redirect to the wizard to setup 2fa?

Seems something similar happens when I run multiple processes in parallel. I only get a coverage report for the last one.