Tzvetan Mikov

Results 274 comments of Tzvetan Mikov

Reclassifying as an enhancement, since it is not a bug to omit a non-standard format.

We always gladly welcome PRs, although of course there are no guarantees that any specific PR will be accepted. If it turns into a lot of code or significant changes,...

Is this a duplicate of https://github.com/facebook/hermes/issues/647?

There is no update. This is still in our TODO list, but we consider this fairly low priority, since we haven't received a specification or an explanation of the desired...

FYI, this is our plan for dealing with Intl problems: https://github.com/facebook/hermes/discussions/1211

@jdicami a MAX_STRING_LENGTH of 1G-chars means allocating 2 GB of RAM. If you append a single character to this string, then you will likely need 4 GB of RAM at...

Hi! Thank you for this contribution, it must have been a lot of work. We would like to land this in Hermes, but since this is a lot of code,...

@jonathanj I think we will keep this option always enabled for OSS releases (we are much more sensitive to binary size internally). If we set it on to default, there...

Hi @lovetingyuan and thank you for reporting this. Unfortunately we are unable to debug entire applications with dependencies in order to reproduce and identify issues. Can you please reproduce the...

We have planned support for local eval() in one of the next major releases of Hermes. However please note that the performance will suffer greatly.