sudo
sudo
代码都有了,但是没有实际运行过,无法判断结果是不是我想要的
## Current Behavior `lerna ERR! Error: Command failed with exit code 1: git commit -F /private/var/folders/26/cwn6kn0j0cjbfw4f0g3ksplr0000gp/T/47be6128-b5a1-4161-a30f-397b2bee77b9/lerna-commit.txt` ## Steps to Reproduce (for bugs) 1. do something changes 2. git commit &&...
```js format: 'yyyy-MM-dd 23:59:59' ``` 如上所示,当自定义format中包含其它字符,比如包含数字,指定默认时分秒,会提示格式错误。 原因是生成正则时只考虑了ymd这些正常的格式,而字母数字下划线这些不需要加'\\'。 目前我修改了生成正则的函数,以支持这些额外的格式要求。
## Issue summary UnhandledPromiseRejectionWarning: TypeError: Invalid Version: 1.2.0rc2 ## Your environment * Kong version = 1.2.0rc2 * Kong Dashboard version = 3.6.0 * Node version = 8.10.0 * Npm version...
This is my demo code: ```jsx {computing ? : } ``` expect: The animation's speed is slower. actual: The speed parameter does not take effect.