Andy Wermke

Results 449 comments of Andy Wermke

Cool! Then let's call the [setAsDefaultProtocolClient() statement](https://github.com/satoshipay/solar/blob/2fec982ede2ab09402937f5e9947819da1a42706/electron/src/bootstrap.ts#L5) upon user interaction (opt-in) only for the desktop apps. For iOS I read somewhere that there is no defined behavior which app it's...

Fortunately there is also a method [app.isDefaultProtocolClient()](https://www.electronjs.org/docs/api/app#appisdefaultprotocolclientprotocol-path-args) for Electron, so we know if we should prompt the user or not. And there is [app.getApplicationNameForProtocol(url)](https://www.electronjs.org/docs/api/app#appgetapplicationnameforprotocolurl) to check whether some app handling...

Yeah, that's true – being able to look into the orderbook would be nice. Cannot tell you when we will be able to work on that, though, as we are...

@ebma This PR wants to be rebased 😉

Hey there and thanks! Yeah, we are actively discussing it, but we have higher priority roadmap items to work on right now. The other issue is that we not only...

Well, the issue with this is two-fold. I hear you and your point is sound, but there is more to it. First of all the linked issue, for instance, only...

I agree, yet unfortunately I have to say that there are no resources available it this point. As it's open source, you can of course always contribute some tests :)

Cannot reproduce. Get back to testflight tester and ask them to try latest testflight build.

Looks cool already! I think we should handle device detection slightly differently, though, otherwise we cannot handle hot-plugging. The current implementation just checks if there is a device and keypair...

Started testing with an actual Ledger Nano S yesterday – didn't work yet. Trouble with libusb, too, plus node-hid. We might also be using the Ledger SDK wrong. I will...