Results 12 issues of javaxiu

``` javascript message: '{"errorCode":"ParameterInvalid","errorMessage":"http extend authorization : LOG :hB1c8w5SID2G/z3Fh778sKxPPdQ= pair is invalid"}\n', errorCode: 'ParameterInvalid', errorMessage: 'http extend authorization : LOG :hB1c8w5SID2G/z3Fh778sKxPPdQ= pair is invalid', request_id: '5C0E240BECABE0BA95559023', code: 400, headers: {...

As this issue https://github.com/neutrinojs/webpack-chain/issues/45 metioned about, `config.module.rule().sideEffects` should be available. And this method does available in [email protected] already, but does not exist on type declare ![image](https://user-images.githubusercontent.com/4281225/167251747-91d348b1-475b-47ca-9afa-c10897bee186.png)

按照这个文档里的 demo 写的,结果报错了 ```tsx // /path/to/plugin.ts import { IApi } from 'dumi'; export default async (api: IApi) => { const rootRoute = await api.applyPlugins({ key: 'dumi.getRootRoute', type: api.ApplyPluginsType.modify, initialValue: await...

documentation

in this case ``` const Dialog = { show(props: T) {...} } export default Dialog ``` and I want to show an API document about `Dialog.show` ,is this even possible...

I want to make a webpack loader to transpile a typescript file to doc , which means parser will accept code as argument but not filepath: ```javascript module.exports.default = function...

in this case : `` ` ` ` ` ` bound drag ` `` `` bound option seems work fine to lock the draggable div in 800*600 area, but offset...

here is listening to the window scroll event, but what if the scroll area is a div not the window, it seems won't be able to work , especially `onFetchMore`...

i think this should be a `useRef` , https://github.com/thmsgbrt/react-simple-pull-to-refresh/blob/b91b3eff46210b5c5e7e95d6b02a83e0d1a4eb45/src/components/pull-to-refresh.tsx?_pjax=%23js-repo-pjax-container%2C%20div%5Bitemtype%3D%22http%3A%2F%2Fschema.org%2FSoftwareSourceCode%22%5D%20main%2C%20%5Bdata-pjax-container%5D#L43 because when dragging is happening, something like loading state would change the `children` props, which will cause this FunctionComponent re-call, then,...

如题,想把 webpack 切换成 rspack,配置上用的是 build-scripts,不知道是否能转

### Component VirtualList ### Reproduction link [https://fusion.alibaba-inc.com/deep/component/basic/virtual-list?themeid=97](https://fusion.alibaba-inc.com/deep/component/basic/virtual-list?themeid=97) ### Steps to reproduce 问题标题 : demo 上的例子多点击几次就疯狂闪 问题描述(请尽可能详尽,高效提问) : https://fusion.alibaba-inc.com/deep/component/basic/virtual-list?themeid=97 demo 中设置初始位置的例子,连续多点几次(7次左右)就会出现疯狂闪,录了视频,这里发不了 问题来源 : 组件使用(开发者) 问题组件 : VirtualList 虚拟滚动列表 复现Demo链接(有助于快速迅速解决问题) : https://fusion.alibaba-inc.com/deep/component/basic/virtual-list?themeid=97

🐞 Bug