Yrobot

Results 14 issues of Yrobot

希望监听函数可以单独对store里某一项数据的更新做监听,支持onChange传入依赖列表(类似useEffect的第二个参数)

建议在required总添加对object的判断: ``` required(value, param) { if (!that.depend(param)) { return 'dependency-mismatch' } else if (typeof value === 'number') { value = value.toString() } else if (typeof value === 'boolean') { return...

### Steps to reproduce 1. click the country select 2. popup the list ### Expected behaviour Show Dropdown on PC device, show global select modal on mobile device. Or let...

Related to #1328 add option `tabletMode` to control the responsive display mode.

1. **问题描述** 2. **出现上述问题的地址** 3. **你使用的浏览器与浏览器版本信息** 4. **其他附注信息**

bug

## **Is your feature request related to a problem? Please describe.** I want to declare which field i want to hide in graphql schema. ## **Describe the solution you'd like**...

question

![image](https://user-images.githubusercontent.com/28182882/57581966-c86c6c80-74f1-11e9-96cc-f9fbbc16bbe1.png) 然后将onload里store的绑定放在options.onload后,从而在watch里可以获取onload里的初始化设置。 ![image](https://user-images.githubusercontent.com/28182882/57581990-11bcbc00-74f2-11e9-95b7-5b3e0b3f0d0c.png)

**Describe the bug** There will be only one node displayed in the canvas if there are link which target ot source not in the nodes list **To Reproduce** https://codesandbox.io/s/3d-force-directed-graph-bug-links-id-p5fkgt?file=/index.html when...

**问题描述** 使用阿里云邮箱的smtp作为发送邮件服务,多次发送邮件会被过滤,工单阿里云邮箱后给回复是被过滤了,需要添加 message-ID 来避免过滤。 **复现步骤** 多次发送测试邮件 **预期结果** 有地方可以配置邮件额外的参数,比如邮件发送的title支持变量,来动态生成 subject或者添加一个唯一的message-ID **相关截图**

bug

add a hover popup to display the webhook url, so that http users could copy the url by thier own.