Radu Popovici

Results 15 comments of Radu Popovici

@tmikov you can't control how many calls / sec are out there. Most modern apps use translation and text formatting libraries which rely heavily on `Date` APIs. UUID, crypto key...

I have a similar problem in react-native. Looks like it's an older bug https://github.com/facebook/react-native/issues/18087 The native exception is not properly handled in JS if you try to fetch from a...

@tmikov this is how the transpiled code looks like: ``` var fetchData = function () { var _ref4 = _$$_REQUIRE(_dependencyMap[9])(function* (input, init) { try { var res = yield fetch("https://malformed/api");...

@tmikov Assigning `err` to another variable works. I can see the error object in flipper: ``` jsEngine: "hermes" message: "Network request failed" stack: "TypeError: Network request failed... ```