Herbie Liang
Herbie Liang
还有合并的提交信息为什么不直接显示,非要点一次合并才显示出来
> @herbieliang 我们向您收集一些问题: 1. 您的 docker 部署版本使用 docker 直接安装还是使用 docker-compose 安装,两个方式的镜像是不一样的。 2. 此问题是第一次使用时就出现了,还是在使用一段时间后出现的? docker命令直接部署的,第一次使用就出现了
@cubicwork 480个commit,服务器是2核8G内存
@cubicwork 是的,点击合并按钮,按钮变灰,等一会提示“无法合并,还有评审人未评审”,但是评审人就是我自己,已经评审了
@cubicwork 还有合并信息输入框默认不显示,我必须先点一次合并触发了非空验证合并信息的输入框才出来
@cubicwork 不是nginx问题,那个配置我看默认就有的;另外感觉并没有开始合并,根据提示感觉流程没过去的
``` var comment_editor; // 初始化评论编辑器 comment_editor = Mditor.fromTextarea(document.getElementById('message')); comment_editor.on('ready', function(){ comment_editor.height = '200px'; //是否打开分屏 comment_editor.split = false; //是否打开预览 comment_editor.preivew = false; //是否全屏 comment_editor.fullscreen = false; comment_editor.toolbar.removeItem('underline'); comment_editor.toolbar.removeItem('strikethrough'); comment_editor.toolbar.removeItem('list-ol'); comment_editor.toolbar.removeItem('list-ul'); comment_editor.toolbar.removeItem('line');...
系统是安卓6.0,华为EMUI4.0.1 UC浏览器版本:V11.4.8.938
>在 Furion 中可以不用通过 buidler.AddSubscriber() 方式一一注册,只需要实现 ISingleton 接口即可 这个现在是不是失效了,还是要在setup里配置啊
I get the same error, I've done "Select Python: Select Interpreter command from the command Palette (Ctrl+Shift+P)"