Chris Clark

Results 25 issues of Chris Clark

https://github.com/ripple/ripple-lib-extensions/blob/8ef8c247e1d78edd1225da02ed79a31d3732d63f/src/paymentamount.js#L39

Split code into three layers: 1. Service layer: HTTP server and HTTP request/response handling 2. Domain layer: Business logic 3. Persistence layer: Database access See: https://en.wikipedia.org/wiki/Multilayered_architecture Currently there is not...

Epic

Signature verification: https://github.com/interledger/five-bells-ledger/blob/e750a7c7339c9a3f679a5479236ff0e5ca4f05e7/src/controllers/transfers.js#L372 Condition verification: https://github.com/interledger/five-bells-ledger/blob/e750a7c7339c9a3f679a5479236ff0e5ca4f05e7/src/controllers/transfers.js#L399

I have a a set of baseline series that are always positive and I'd like to be able to zoom in on a narrow price range but don't want to...

enhancement

It would be nice to have the buttons positioned below the URL so there is no risk of collision. Also, it might look nice to give them some kind of...

If you want an Entropass Android App, leave a comment.

The following snippet found in a few places in the readme makes it look like `validateFulfillment` returns a boolean to indicate validation whereas it actually throws an error for invalid...

This is because of the optional "title" attribute for links. The spec says "If both link destination and link title are present, they must be separated by spaces, tabs, and...

This prevents processing of text inside `$` and `$$` so that MathJax will work. Without this, for example, a math formula with underscores would get broken by `` insertions. For...

The readme says: "You can include arbitrary HTML code in your documents. The HTML will be passed through to the resulting document without modification." But when you embed top-level HTML...