852Kerfunkle

Results 12 comments of 852Kerfunkle

I'm guessing most of these issues are related to comparing floats directly. Probably should be doing epsEqual with a sufficiently large epsilon.

So, there's `ImageBitmap` and `createImageBitmap` now. This works (in chromium at least): ``` for (const t of document.getRoot().listTextures()) { const image = t.getImage(); if (image) { const res = await...

Sure, gladly would contribute. Would you be alright with throwing exceptions if browser support for required functions (createImageBitmap, OffscreenCanvas, offscreen canvas 2d support, convertToBlob) is missing - for the inside...

@claudebarde I assume you meant `confirmationPollingTimeoutSecond`? Thing is, the operation is never even added to the mempool (I think) - so I could set the timeout to hours and it...

@Innkst I just assumed the timeout would make it fail faster, but I feel that's just a workaround for the underlying issue here. I didn't look at the details, but...

Oh, by the way - if my memory serves me right, it's also reproducible in a flextesa sandbox.

Hello @hui-an-yang, thank you for looking into this. I suppose it makes a lot of sense a mishadling of the pre-apply response in temple could be the root cause, I...

Hey @hui-an-yang, thanks a lot! Just a couple of question for my understanding: The operation is rejected early (in this case, because of impossibly low fees - but I've seen...

> For the fact that the accessibility of a mempool is node dependent I see. That does make it complicated. > Will keep you updated when I hear back from...

> If there's anyone else still having problems with this like I was, I made this to work for what I needed: https://github.com/jackcannon/threads-esm I named mine `thread-es`, just to keep...