天翔Skyline

Results 8 issues of 天翔Skyline

针对Rule 94对应的是,我一个对象里定义如下 ``` var obj = { showSpecs: service.runService('getShowSpecs', params), productsBySpec: service.runService('getProductsBySpec', params), $allSpecs: _.map(commonConfig.PRODUCT_OVERALL_ITEMS, function(item) { var result = { value: item, name: itemMap[item] }; return result; }) };...

如题,与jsFormat不兼容,卸载Baidu-FE-Code-Style后jsFormat可以正常使用

Writing file /Users/Skyline0705/Desktop/untitled.less with encoding UTF-8 [less2css] Converting /Users/Skyline0705/Desktop/untitled.less to ./untitled.css ----[less2cc] Compile Error---- Error: EACCES, permission denied '/untitled.css' at Object.fs.openSync (fs.js:427:18) at Object.fs.writeFileSync (fs.js:966:15) at /usr/local/lib/node_modules/less/bin/lessc:160:24 at Object.Parser.parser.parse (/usr/local/lib/node_modules/less/lib/less/parser.js:476:17)...

建议在isLive情况下禁用快进快退,播放暂停等,此类功能在直播中应该disabled掉,以免发生其他异常

如题,比如目前在flv核心未实现清晰度切换的时候,我在手动设置了清晰度图标,此时我会手动维护一些状态在this上进行传递,或者期望在init的时候做一些初始化的动作,目前children里对于图标设置只开放了html插入能力以及事件绑定机制,希望能够考虑下增加lifecycle hook,可以与chimee播放器主核心的lifecycle保持一致

todo

目前自定义图标只能通过html片段注入,希望能开放注入dom的能力,这样的话可以更好的结合vue之类的reactive框架来利用状态驱动能力提高相应图标编写能力

todo

Lexical version: 0.16.0 ## Steps To Reproduce 1. Input Some Text, and then use a different language input, such as Chinese, trigger the composition event, and don't select word or...

composition