Xin Chen
Xin Chen
Right now the code use `attr.spinnerKey` to determine the key value. However in many cases we want the key to be a variable that can be eval to some string...
Using latest version of istanbul-instrumenter-loader (v3.0.0) and found the coverage report generated covers node_modules/webpack/buildin/module.js file along with other source code. I think this is unnecessary. Node version: 7.9.0 OS: macOS...
Summary: Per conversation internally we would like to use `rn` instead of `reactNative` to prefix RN specific API that matches web. Changelog: [General][Fixed] - Update performance API to use new...
I noticed that if the component got re-rendered with a new onChange/onComplete prop, it won't be used. This is due to how the `panResponder` is created in https://github.com/sacmii/rn-vertical-slider/blob/master/src/index.tsx#L168, which is...
This is more like a thought or possible enhancement. From what I understand, web workers are designed to be slow start and long running. I read an article saying it...
I like the page content summary feature. However, sometimes I am interested to know more with a part of the content in a given page. How do I get additional...
* **Version**: 12.11.1, 12.18.4 * **Platform**: linux, macOS, windows ### What steps will reproduce the bug? Go to https://jdoodle.com/ia/3tF and try executing with nodejs v10, and v12 to see different...
In the new Relay tutorial, section ["Connections & Pagination"](https://relay.dev/docs/tutorial/connections-pagination/#step-3--lower-newsfeed-into-a-fragment), the example code will produce typing issue as it didn't provide necessary types for the news feed content separated from the...