Tzvetan Mikov
Tzvetan Mikov
@Nantris I cannot answer your question before I understand exactly what problem you are having. I don't understand what you mean by "large buffer" or what it has to do...
@seavan the problem that @Nantris seemed to drscribe was sending "an image across the RN bridge". Without understanding the details of that, I can't really help, but two things stand...
For the record, increasing the number of objects properties is definitely still on the roadmap for 2024.
@grifotv if you believe there is a problem in Hermes, please create a minimal repro without React Native, submit a new issue (since this issue specifically is about `Promise.prototype[Symbol.toStringTag]`, and...
@ljharb we discussed it at length and decided it is high time we became spec-compliant as much as possible. Does your offer to split the Promise shim still stand? We...
Hi, I am sorry you are having this problem, but unfortunately your report doesn't provide enough information to diagnose it, or even to identify that Hermes is the culprit. Unless...
Note that this exception is coming from React Native, not Hermes. AFACT, it is thrown from one of these locations: - https://github.com/facebook/react-native/blob/d992abc56d02a5a0f025d9252b56c3f7c6ce8945/packages/react-native/React/CoreModules/RCTExceptionsManager.mm#L79 - https://github.com/facebook/react-native/blob/d992abc56d02a5a0f025d9252b56c3f7c6ce8945/packages/react-native/React/CxxModule/RCTCxxUtils.mm#L50 I recommend trying with the latest...
So, this looks like a problem in Reactotron? @Ajmal0197 I see you reported it to Infinite Red, but then closed the issue?
What is the use case for this, since the Date constructor really can't be used reliably to parse arbitrary dates?
We are looking into this and will implement a fix in Hermes. We are trying to understand why this is format is considered valid by other engines - Month/Day/Year is...