Tzvetan Mikov

Results 274 comments of Tzvetan Mikov

I cannot ignore. What is the bug?

Hmm, we have to figure out how to deal with this. The problem is that 01-Promise.js is automatically generated by https://github.com/facebook/hermes/blob/main/utils/gen-promise-internal-bc.sh from https://www.npmjs.com/package/promise. However, at the same time, we can't...

Hi, we are still looking into the `lseek64()` issue, but with regards to TSA, we think we should just turn it off by default. Would you please submit a PR...

Thank you for the detailed and well-researched bug report. We appreciate the effort you put into diagnosing the issue and linking to the relevant sections of the ECMAScript specification. To...

@ChALkeR so, it appears the intermediate step we proposed is the actual spec-compliant behavior of TypedArray. That is fortunate. We will implement at least the partial support through `constructor` and...

I am beginning to think that the best solution here is to just provide Buffer natively.

It is planned, but not very high priority. PRs are welcome.

It is blocked on React Native implementing an event loop that calls drainMicrotasks(). Similarly, Hermes has had an implementation of WeakRef for years, but to this day it can't be...

@cray0000 your implementation seems good to me, though obviously it wouldn't scale very well with many objects. One minor nit: what happens if `finalize()` throws an exception? FWIW, now that...

@cray0000 I wonder whether as a stopgap we could ship this implementation as a built-in polyfill?