Results 6 issues of Bigbear

### Description ```html 1 1 .item { background: 一个base64图 } ``` 上述情况下,如果指定grayBlock: ['.item'], 那么变成灰色的只有第一个 ### Steps to reproduce 如上所述 **Expected behavior:** [What you expected to happen] **Actual behavior:** [What actually...

### Description 我看到项目里的LICENSE中都会声明版权所属方,例如`Copyright (c) 2015-present, Facebook, Inc.`但是该项目没有 ### Steps to reproduce ```bash cat src/LICENSE ``` **Expected behavior:** 正确的版权声明 **Actual behavior:** 不完整的版权声明 **Link to an example:** [If you're reporting a bug...

### Description 点击项目readme的build徽章,发现进入的还是github,而不是集成记录,感觉这个徽章不是真实的。不能让用户信任你是构建成功的。 ### Steps to reproduce 1. 最Github找到项目首页 2.点击readme的build徽章 **Expected behavior:** 跳转到项目的集成历史页 **Actual behavior:** 仍然为当前页 **Link to an example:** [If you're reporting a bug that's not reproducible, please try...

### Description 我想修复一个bug, 但是down下来代码跑直接跑测试都不通过,发现是命中了eslint校验规则 ### Steps to reproduce ```bash git clone npm install npm run test ``` **Expected behavior:** no errors **Actual behavior:** errors **Link to an example:** [If you're...

``` var Client = require('svn-spawn'); var client = new Client({ cwd: '/path to your svn working directory', username: 'username', // optional if authentication not required or is already saved password:...