TooBug

Results 14 issues of TooBug

e.g. ``` input[checkbox]:checked{ abc:abc; } ``` when no checkbox on page, it will output: ``` /*some css 1*/ { abc:abc; } /*some css 2*/ ``` thus makes 'some css 2'...

When install node modules with cnpm, and then use electron-packager to package electron app, electron-packager hangs. The template folder size is keep increasing and never end. Maybe has something to...

I'm writing an markdown editor, so I want to know what the user is editing exactly. For example: ```markdown | title1 | title2| |------|------| |cont1| cont2| ``` When the user...

是开源的吧?希望我没理解错,那么开源协议是什么?不写开源协议是挑战不了jQuery的。

何谈兼容jQuery?

in koa-logger, it replaces ctx.body with a Counter: ```javascript if (length == null && body && body.readable) { ctx.body = body .pipe(counter = Counter()) .on('error', ctx.onerror) } ``` in request.js,...

1. Fix categories and tags front matter . 2. Fix nested lists. (4 spaces or tab, not 2 spaces.) 3. Fix dl.(One dl tag with multi dt&dd tags are not...

我使用的是@andot 的fork版本,安装系统正常。但是有几个硬件不正常。 I am using @andot 's fork. MacOS was installed successfully. But a few hardware not working. ### 电池状态 Battery Status 无法获取电池状态,在偏好设置中,看到的电量是0%,无法勾选在状态栏显示电池图标,只要一勾上,状态栏中的图标会闪一下立即消失。 Can not get battery status. It is...

``` json [{ "name":"广东省", "children":[{ "name":"深圳市", "children":[{ "name":"南山区" }] }] }] ``` ``` json { "广东省":{ "深圳市":{ "南山区":{} } } } ``` ``` json [ ["广东省", [ "深圳市", ["南山区"] ]...

enhancement