Zengbo Zhang
Zengbo Zhang
可能与cordova 6.2.0 有关,以前没问题的。
No idea why .tmp/typings and files are not created. by running `tsd install` manually, seems all OK now.
payment request is just ONE use case. it should be like this: ```` bitshares:payment/request?account=account&amount=1&asset=1.2.3&memo=memo ```` for adding to address book ```` bitshares:add/to/address/book?account=account&memo=memo ```` we should list all possible use cases...
2017.12.19 revised definition of payment request : ```` bts://r/1/account/asset/amount/memo ```` | part | definition | |------|-----------| | bts:// | URL schema, all BitShares client use it. | | r |...
@xeroc great idea, how about the optional params (amount, memo) ? I suggest following: amount empty: ```` bts/1/r/account/asset//memo ```` memo empty: ```` bts/1/r/account/asset/amount ```` both empty: ```` bts/1/r/account/asset ```` for...
One thing I just reminded, the url should be standard, which can make it more general: I.E. other apps can jump to the correct app. For this reason, slightly longer...
@wmbutler there are many ,like 1. to login to some server 1. to add some account to local address book 1. to create a limit order 1. to co sign...
Similar idea for creating a project in an isolated environment (i.e Docker), so it can be managed independently , without pollution the gpt-pilot virtual env. This should be critical when...
the output : ``` $ wget https://drive.google.com/open?id=0B7A7OPBC-aN7blVEcjk5aFppZG8 --2017-02-04 17:01:58-- https://drive.google.com/open?id=0B7A7OPBC-aN7blVEcjk5aFppZG8 Resolving drive.google.com... 172.217.5.206, 2607:f8b0:4007:80d::200e Connecting to drive.google.com|172.217.5.206|:443... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: https://drive.google.com/file/d/0B7A7OPBC-aN7blVEcjk5aFppZG8/view?usp=drive_web [following] --2017-02-04...