Megatron King

Results 602 comments of Megatron King

@Acheng97 您好,很抱歉,关于这方面我们也没有经验和能提供的帮助。

@easun-zhu 您好,非常抱歉忘记回复这个Issue了。 > 1. 增加一个全局的脚本 这个功能在新版本已经支持了,可以在API集合文件夹设置中启用脚本,作用于整个文件夹。 > 2. 数据库变量 请问这个是否有可以参考的例子或者方案,我们研究下。 > 3. 结果断言 这个需求同 #263

@TopChina 第一张截图是哪里的?

@TopChina 你试试导出证书文件(Reqable - 证书菜单 - 根证书管理 - 导出根公钥证书.crt),然后运行下下面的命令看看: ```bash security verify-cert -c /Users/megatronking/Downloads/reqable-ca.crt ```

@TopChina 说明证书安装是OK的,如果应用提示证书不信任,说明没有使用系统的CA Store,可能是直接内置的独立的CA Store。

@LotharZhao 您好,感谢建议,你是说这个?

Maybe you need to tell the editor the width of the scroll bar. I'll consider how to support this.

Now you can use `verticalScrollbarWidth` and `horizontalScrollbarHeight` to tell editor the size of your scrollbar.

That is strange, I can not reproduce this issue on my demo project. ```dart import 'package:flutter/material.dart'; import 'package:re_editor/re_editor.dart'; class BasicField extends StatelessWidget { const BasicField({super.key}); @override Widget build(BuildContext context) {...