Pierre

Results 27 comments of Pierre

"If there is an error in imhex that your code is showing then the error has nothing to do with templates and formats. to see that then the error should...

I don't have number 2 on chrome, I tried with the example. popup comes in focus just fine. Are you connecting the wallet through a click event? That might be...

@PaulBernier when `.connect()` resolves, the focus goes back to the dapp. Maybe it tries to bounce between the dapp and back to the popup too fast? What if you insert...

Don't we just need to reorder the calls? I might give it a go tonight.

Mmmh i just gave it a go, used sollet localhost with `focusParent()` a `setTimeout` of 1000ms then in its callback `postMessage` on connect. That doesn't fix it, https://stackoverflow.com/questions/24830249/javascript-pop-up-window-focus-issue it seems...

> The adapter on Firefox has a couple of usability issues that I've found so far. > > 1. Whenever you connect the wallet, or approve a transaction, a new...

I am aware of both of those solutions but i don't think they are great in general: - request heap requires reimplementing the bump allocator only to change the heap...

> was there a clean solution to this @Arrowana ? No full solution yet, there is some major savings possible trying to carefully create any vec with `Vec::with_capacity` Also while...