Marcel Ebert

Results 38 comments of Marcel Ebert

After being unsuccessful with connecting to the Ledger Nano X on Linux and Windows I dove deep into the code of the `@abandonware/noble` and `@ledgerjs/hw-transport-node-ble` package and was only partially...

I re-added the `node-hid` dependency (`node-hid-singleton` to be exact because of issues with events on win10 probably similar to [this](https://github.com/LedgerHQ/ledgerjs/issues/430)) so that connecting hardware wallets via usb is now possible....

I added an onboarding dialog which will open when you click on the icon next to the settings gear similar to what we have for bluetooth (but shown on windows...

Hey @marcoachury, thanks for pointing out this issue and your proposal. We will think about a way to make similar tokens distinguishable.

Hey @ddombrowsky, I would suspect that most of your requests for testnet accounts take longer than 10 seconds to resolve and that's why you see this error. To check if...

The yellow warning messages for the streams are normal and it's still working as expected. I think what would help here is a mechanism to adjust the fetch queue timeout...

I rebased this branch to the latest master and added some empty .json files for namespaces that were added to the 'zh' directory. Existing files where translation keys changed: -...

Could you be a little more specific to what exactly is not working? If you only have trouble running/building the electron build try adding ``` "postinstall": "electron-builder install-app-deps" ``` to...

Hmm I see. Having a call about this sounds good.

Necessary steps for bluetooth integration: - Request ledger accounts in batches of 5 accounts until whole batch is empty - Add ‘Import hardware wallet account’ option to ‘Add Account’ where...