Andy Wermke
Andy Wermke
Add a print button to the key export dialog. Use `window.print()` in web / electron and [`cordova-plugin-printer`](https://github.com/katzer/cordova-plugin-printer) on mobile.
Format: `web+stellar:solar+import?secret=${secretKey}` Action: Open add-account dialog, set import toggle, prefill imported secret key field. Disable import toggle and secret key field.
See . This allows the wallet to send the user to an authenticated interactive session without an akward user/password step.
Lobstr is introducing a service to generate identicons for Stellar public keys, for visual recognition. Try . Open questions: In what views to show it and where in there?
Hi there! I thought about outsourcing rendering of React components into web workers a lot last year, and there was one issue I couldn't really solve. It might help you...
Allows you to expose callbacks function. Works main-to-worker as well as worker-to-main. It's a major refactoring, using the callbacks to implement the existing `spawn()` and `expose()` APIs. Also introduces support...
In v0.x we built the library around the idea of passing functions to the worker that would be serialized, passed as a message, deserialized and then executed in the worker....
Version 1.0 comes without a UMD build, so you cannot just use threads.js via a good old 1997-style `` tag. Do you feel we should still provide one? Vote here...