gillbates
gillbates
Hi Team, thanks for this wonderful docker. It really simplify the things. However the current pg_dump command is very slow, can we use `pg_dump -j 8 -Fd -f /tmp/newout.dir fsdcm_external`...
#### 描述问题: 试用了国内一堆cdn,下面2个,都没法用,console都要报错。。。 https://www.bootcdn.cn/ https://cdn.baomitu.com/ 用cdn.jsdelivr.net的地址,如果能翻墙,就没问题,不知道是cdn的问题,还是代码的问题。。。 #### 截图或视频: https://lib.baomitu.com/amis/2.1.0/thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2 但是报错的地址,单独打开,又可以下到文件,好奇怪。 #### 如何复现(请务必完整填写下面内容): 1. 你是如何使用 amis 的? `sdk`、 2. amis 版本是什么?请先在最新 beta 版本测试问题是否存在 2.1.0 3. 粘贴有问题的完整 `amis schema` 代码: ``` amis...
#### 描述问题: 在1.10.0 及以下的版本里面,如果一个button,配置了 required,则amis不仅会检查required里指定的菜单项是否非空,还会根据该菜单项配置的其他 validations 规则检查。现在发现:从1.10.2 开始,只会 检查非空了。。。 #### 截图或视频: 重现步骤: 1,打开页面 2,在apikey输入框输入123 3,点击预览 在1.10.0里正确的表现:点击预览后,amis会先检查apikey的校验规则,通过则顺利弹框,不通过,则页面提示。 在1.10.2及2.0.0里错误的表现:点击预览后,amis只检查了apikey的是否非空,没有继续检查其他配置的校验规则,一旦非空,就弹框了。。。 #### 如何复现(请务必完整填写下面内容): 1. 你是如何使用 amis 的? sdk 2. amis 版本是什么?请先在最新 beta 版本测试问题是否存在 1.10.2...
双击图标之后没反应了。。。
(Describe your issue and goal here) ### Reproducible in: ```bash mvn dependency:tree | grep com.slack.api gradle dependencies | grep com.slack.api java -version sw_vers && uname -v # or `ver` ```...
Hi Team, thanks for the efforts first of all:) I have a postgres running with port 9000. But it seemed it cannot connect? 
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary As plane already supports images and minio, can we also add other...
### Past Issues Searched - [X] I have searched open and closed issues to make sure that the bug has not yet been reported ### Issue is a Bug Report...
最近,一直部署的docker无法解析了。。。一看,原来是cookie需要更新啦。。 https://github.com/Evil0ctal/Douyin_TikTok_Download_API/commit/9addcca7b12d85ea891b69b03dbe3d867ee9fec2 不知道,作者方便把cookie的获取方法也自动化吗?
Hi Hierynomus, it always throws an exception when running inside of a docker ssh.loadKnownHosts(); `java.io.IOException: Could not load known_hosts at net.schmizz.sshj.SSHClient.loadKnownHosts(SSHClient.java:650)` can we somehow fix this? thx for all the...