半山Alec

Results 6 issues of 半山Alec

![Snipaste_2022-04-11_08-57-06](https://user-images.githubusercontent.com/44499686/162648564-f78083bf-25d7-43e2-ac18-7e0d5a70e606.png)

### 🐛 Bug description [分组柱状图,只有一组的情况下显示异常] - https://codesandbox.io/s/g2plot-issue-template-forked-fikvrn ### 📷 Step to reproduce - 分组柱状图,数据data只有一组的情况 - options设置,dodgePadding: 0 - 柱状图无法显示 ### 🏞 Expected result ![image](https://user-images.githubusercontent.com/44499686/187614240-656ba4c1-1150-4bcb-b2a3-9f95014ff720.png) ### 🚑 Any additional [like screenshots]...

Bug

环境: "mpegts.js": "^1.7.3", “Chrome/116.0.5845.228” "webpack": "^5.81.0" 问题描述: 如果 mpegts.js 开启enableWorker,webpack开启默认的压缩混淆;则会出现bug(关闭minimize则没问题) optimization: { minimize: true, minimizer: ['...', new CssMinimizerPlugin()], }, ![Snipaste_2023-11-22_14-14-26](https://github.com/xqq/mpegts.js/assets/44499686/83edcfc3-83e1-41b9-a800-40b6e17b8a95) ![Snipaste_2023-11-22_14-15-34](https://github.com/xqq/mpegts.js/assets/44499686/220439be-7af5-4d8f-84b5-52d1bd567994) 压缩混淆后的worker代码 [a0a2e36f-6843-455a-9a33-3ba0b57daa92.json](https://github.com/xqq/mpegts.js/files/13434543/a0a2e36f-6843-455a-9a33-3ba0b57daa92.json)

## 需求背景 跳转`EditorServer`使用的url,使用的是相对路径'/__open-stack-frame-in-editor'; 当我把开发服务器地址,反代理到域名时,则会出现`gotoServerEditor`失败的情况。 ## 失败现象 把`abc.com/123`转发到我的开发服务器地址`localhost:5233`时,则会出现问题。 ![image](https://github.com/zthxxx/react-dev-inspector/assets/44499686/b2feec03-0cd0-4c67-b4d0-2661707bf2f9) ## 希望优化 有个配置入口,如`EditorServerBaseUrl: 'localhost:5233'`,让我写死请求的baseUrl,再拼接路径'/__open-stack-frame-in-editor'。 ## 关联代码 https://github.com/zthxxx/react-dev-inspector/blob/6d1f63565305b5acc4c2ccadf7878ffa75f10144/packages/inspector/src/Inspector/utils/editor.ts ![image](https://github.com/zthxxx/react-dev-inspector/assets/44499686/864e9349-02a4-44a0-94dc-64ee2735b349)

Can "egg-bin dev" support "https" ? I want to use "http2" protocol when my website fetch static resource in local env.

### Clear and concise description of the problem Highlight Color 是根据文件后缀来区分的,但我觉得这个功能对我有点鸡肋。使用React框架,所有的log都Highlight 蓝色的Color. ### Suggested solution 希望根据log level渲染不同Highlight Color,例如普通log是绿色,info是蓝色,warn是橙色,error是红色 ### Alternative _No response_ ### Additional context _No response_ ### Validations -...

enhancement