ling jia

Results 8 issues of ling jia

看了下仓库已经有提交修改了, 但是没有重新发布到npm上,导致通过npm下载的包里面还是旧的podspec 仓库中的podspec: ```js s.ios.frameworks = 'SystemConfiguration','CoreTelephony','XCTest' ``` npm中的podspec: ```js s.ios.frameworks = 'SystemConfiguration','CoreTelephony' ``` 重新deploy下npm包?

```js new Repack.plugins.ReactRefreshPlugin({platform}), ``` If not set port will cause invalid URL port: ```sh ⚠ [09:13:21.864Z][LoggerPlugin] Warning in "undefined": DefinePlugin Conflicting values for '__PUBLIC_PORT__' ```

https://github.com/callstack/repack/blob/2b6469d599ef3bab94bbb326a2438478ffc7d3d0/packages/repack/src/webpack/plugins/RepackPlugin.ts#L45 entryName dose not pass to used plugins

```js { //... entry: { base: [ ...Repack.getInitializationEntries(reactNativePath, { hmr: devServer && devServer.hmr, }), ], entry: './index' } ``` throw exception: ```sh HookWebpackError: Cannot infer entry chunk - this should...

like this: ```js module.exports = { //... optimization: { splitChunks: { cacheGroups: { vendor: { test: /[\\/]node_modules[\\/](react|react-dom)[\\/]/, name: 'vendor', chunks: 'all', }, }, }, }, }; ```

question

package version: ```js { "name": "react-native-photo-view", "version": "1.5.2", "description": "Displaying photos with pinch-to-zoom", "main": "index.js", "author": { "name": "Alexander Pantyukhov", "email": "[email protected]" }, "license": "MIT", "keywords": [ "react-native", "react-component", "ios",...

**Feature Proposed** The current exposed interface is only `pub async fn run(args: Cli, shutdown_rx: Receiver) -> Result`, I must specify a configuration file path to start the service. If I...

enhancement

It will cause error because associated type `BlockNumber` not found for `T`