Jared Deckard

Results 193 comments of Jared Deckard

What about creating a URI prefix similar to mailto or http? `stellar:[email protected]` `stellar://[email protected]` http://en.wikipedia.org/wiki/URI_scheme You would only need the `[email protected]` when typing in the send form, but when pasting your...

@thejollyrogers Novel may be intriguing, but it could become a burden for developers. Instead of the URI parser that has already been built in your favorite language, you now have...

We are likely setting the balance to `0` before connecting to stellard.

See https://github.com/stellar/stellar-client/issues/576.

:+1: This is important, because we round balances and liquidating the balance of a currency is a common use case. Copy and pasting would be off by a small fraction.

There are 2 features that need to be considered: - Support digit grouping separators - Support regional decimal separators Separately they are easy. Together they create some ambiguity. `"123,456"` could...

Changing the visibility of the tab based on the content of the tab is a little awkward. Messaging that tells you when you don't have an orders open is useful,...

`if(roundedAmount === '0') return 'dust';`

Previous discussion: https://github.com/stellar/stellar-client/issues/614#issuecomment-51828408 > There are 2 features that need to be considered: > - Support digit grouping separators > - Support regional decimal separators > > Separately they are...

:+1: I think some users might overlook the "Save pair" option in the dropdown. A button that offers to save the pair when the offer is sent would be convenient...