Andy Wermke
Andy Wermke
Hi and thanks for the handy package! I just encountered an issue, though. If the input contains ANSI escape sequences, the aligning won't work reliably. I encountered the issue when...
Hi there! Cool stuff :) I just have a small suggestion: A few short lines of sample code would be nice. You show how to use it, but not the...
The ES6 default export is a good thing, but hasn't been published yet. Could you please `npm version` & `npm publish`?
Will be tricky to find a simple, yet secure solution. ## Acceptance criteria * All communication must be end-to-end encrypted * Authenticate pairing via a code, QR code or similar...
The multi-sig service's API changed, so we need to update our implementation. Keep the old client code for now, though, so it will continue to work with both for a...
SEP-10 has just [recently been updated](stellar/stellar-protocol#740) and so have the SEP-10-related helper functions in the stellar-sdk: [see here](https://github.com/stellar/js-stellar-sdk/releases/tag/v6.2.0). The main gotcha is that we're using our own [custom package for...
Support importing and exporting mnemonic keyphrases instead of secret keys. Secret key import/export should still be possible, but mnemonic phrases should become the default. Show a small text button "Use...
Show fiat estimates in asset details view and send-payment dialog. Ideally in trade dialog and withdrawal dialog, too. Requires the ability to set a preferred currency in the app settings...
Add Chinese translations, contributed by @fm612 and reviewed by @Berniebaby. - [x] Translate all translatable strings - [ ] Translate strings that are still hardcoded as of now (wait for...
Add at least a few simple end-to-end tests. Use `spectron` to check the electron app. See . Investigate whether taking snapshots () and testing with `shutter.sh` makes sense.