Wellbye Smith

Results 12 issues of Wellbye Smith

bugfix for wrong userInfo

bugfix for wrong userInfo

https://github.com/master-atul/react-native-exception-handler/blob/f9175d2fd67c82c32bd2bca3a4e5cf3aa2ed8947/ios/ReactNativeExceptionHandler.m#L202 here the userInfo param should be the one above instead of a new created one.

now the binding has to be done manually: ``` oc(res).value.getNo().bind(oc(res.value))() ``` could this be done auto?

直接修改node_modules/react-scripts/webpack.config.js测试: ``` test: /\.(js|mjs|jsx|ts|tsx)$/, include: paths.appSrc, loader: require.resolve('babel-loader'), ... plugins: [ ['import', { 'libraryName':'antd','style':'css' }], ['@babel/plugin-proposal-decorators', { 'legacy': true }], ... ``` 网上搜了一圈,还有不少是针对ts-loader的配置教程,但是cra2现在都不用ts-loader了?直接用babel-loader通吃js/ts? 那使用antd的话如何做到按需加载呢……

lock for landscape first, then unlock, the screen remains landscape,even if the device is potrait.

need more info
iOS

neither error check nor coverage test.. even set a fake value to flowide.pathToFlow, it doesn't give any error BTW: the offical extension runs ok, but too slow, i'd like to...

if I set a very short timeout for my job for test, the job will always fail and retry, but if I terminate the app and restart, that job has...

└──( nr test:karma:bench yarn run v1.22.19 $ cross-env PERFORMANCE=true COVERAGE=false BABEL_NO_MODULES=true karma start karma.conf.js --grep=test/benchmarks/text.test.js --single-run START: 02 02 2024 22:44:57.598:INFO [esbuild]: Compiling... Browserslist: caniuse-lite is outdated. Please run: npx...

needs-more-info