Amin Shah Gilani

Results 23 issues of Amin Shah Gilani

There's a space missing right before it says "Price per Bitcoin" in the "Buy or Sell" page. ![selection_029 copy](https://cloud.githubusercontent.com/assets/1188552/7481259/395a34ee-f388-11e4-85a3-97b79309e72f.png)

Currently, the order book displays prices without commas, which is tough on the eyes. Could you please add commas as thousands separator? Instead of | Buyer | Amount | Price...

Refreshing the page or clicking the logo signs a user out. Even if you've just signed in.

Added license name to Readme. Meaning no need to click an extra link just to find out it's MIT.

Ignore the dependencies

Hi How may I insert a snippet of HTML right after the opening body tag? This is probably a seriously dumb question, but humor me.

The library currently supports converting to integers and floats, but for precise measurements, you should use decimal and currently converting directly doesn't work. Example of current behavior: ``` distance =...

Hello, I was just passing by and discovered [these](https://github.com/jumpserver/jumpserver-python-sdk/blob/master/jms/request.py#L116-L119) lines: ```python except (requests.ConnectionError, requests.ConnectTimeout) as e: msg = "Connect endpoint {} error: {}".format(self.endpoint, e) logger.error(msg) raise RequestError(msg) ``` I just...

Although, IMHO, I really think #5 is a more permanent solution to the problem.

Please don't monkey patch, a better way to add a nonce for twitter/secureheaders is by using the `content_security_policy_nonce(:script)` helper. I advise a documentation update.