Alex

Results 9 issues of Alex

web端维护接口尚可,但是测试体验并不好,插件的使用体验不佳而且不太稳定,electron或者tauri封装能够带来比较好的开箱即用体验

numpy 1.20 and newer will report this error and stop running: AttributeError: module 'numpy' has no attribute 'int'. `np.int` was a deprecated alias for the builtin `int`. To avoid this...

当前仅支持``renderNotFound``方法,仅能渲染NotFound,是否考虑以相似的API支持其他错误页?

## BUG Access to script at 'http://127.0.0.1:2337/js/index.js' from origin 'http://xxx.test.xxxx.qa' has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private...

### Describe the bug 使用页面级store,会报错: Uncaught TypeError: Cannot read properties of null (reading 'store') at Object.useSelector (useSelector.js:126) at useModelState (modelApis.js:28) at Object.useModel (modelApis.js:23) at TerminalManage (TerminalManage.tsx:11) // 这里是实际发生调用的位置 at renderWithHooks...

bug
v2

### Versions - dumi: 1.1.48 - node: 16.13 - npm: 8.1 ### Description ```js // process other case, protocol://domain/group/repo{discard remaining paths} repoUrl = repoUrl || url.replace(/^.*?((?:[\w-]+\.?)+)+[:/]([\w-]+)\/([\w-]+).*$/, 'https://$1/$2/$3'); ``` ``preset-dumi``中路径会被统一处理为两级子项目,但是gitlab支持多级subgroup,导致最终拼接的结果异常(只保留了前两集group),为什么不直接用传入的地址?

bug

Since parse might be used in some pipeline operation, not all these pipelines are promise-friendly. And this method could have been sync: ```typescript public async parseFiles( filePathes: string[], rootPath: string):...