Marcel Ebert

Results 38 comments of Marcel Ebert

Done. Looks like this: By the way I noticed that the title of the trading dialog does not have a testnet badge next to it. Seems like a mistake since...

I've added the testnet badge in a separate PR #1164.

Hello @jmar42, do you mean a swap that would use one of the recently introduced automated market makers? Or how would you expect this swap to work?

While I kind of see your point I'd argue that it's different in practice. On mobile, it's taking so much space that the default name appears with an ellipsis. This...

I think it could be possible if we put [this statement](https://github.com/satoshipay/solar/blob/2fec982ede2ab09402937f5e9947819da1a42706/electron/src/bootstrap.ts#L5) into some condition, e.g. only call this when the user opted in to use the application as the default...

Apparently, this boils down to [updating some electron dependencies](https://www.electronjs.org/blog/apple-silicon). So there is a good chance we will have native apple silicon support in the future, but the version change for...

Hey there. At least for the issue of @suryanshsangwan I can tell that the problem is that the `rm` command does not exist on windows. That's why we use the...

The new error is because specifying environment variables with `PLATFORM=android ....` does not work on windows. One would have to use `set PLATFORM=android` or another tool like [cross-env](https://github.com/kentcdodds/cross-env). @suryanshsangwan please...

Hey @customerknowyou, is your offer still available? We have everything in place for translations for quite a while now and we already have some contributions for Chinese language (zh) but...

I added your suggested changes. This also adds support for multiple connected ledger wallets which wouldn't have worked before. I did not find anything related to keypair events but maybe...