半山Alec
半山Alec

### 🐛 Bug description [分组柱状图,只有一组的情况下显示异常] - https://codesandbox.io/s/g2plot-issue-template-forked-fikvrn ### 📷 Step to reproduce - 分组柱状图,数据data只有一组的情况 - options设置,dodgePadding: 0 - 柱状图无法显示 ### 🏞 Expected result  ### 🚑 Any additional [like screenshots]...
环境: "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()], },   压缩混淆后的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`时,则会出现问题。  ## 希望优化 有个配置入口,如`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 
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 -...