liaoxuezhi

Results 16 issues of liaoxuezhi

### Description please just see the code below. **Minimal code-snippet showcasing the problem** ```ts it('should inject the right value in subclass constructor params', function () { function CustomInject(value: any) {...

type: fix
status: fixed

### What ### Why 因为表单项类组件没有读取 props 里面的 canAccessSuperData 属性 Close: #9556 ### How

fix

The setter of offset is wrong when trying to position an element with position static which is not the first no absolute positioning element. Please try the following test case....

Bug
Needs confirm

Hey, It seems `loaded` readyState fired prematurely, hope this modification can fix this issue. https://connect.microsoft.com/IE/feedback/details/729164/ie10-dynamic-script-element-fires-loaded-readystate-prematurely.

建议使用 compass-mixins > Compass SASS Stylesheets > This is a repository to pull SASS style sheets on Bower, and enjoy the compass mixins by using libsass for faster compilation. This...

在linux/unix环境下,如果文件是一个软连接,则不会release此文件!

bug

由于最近npm默认源不稳定,经常导致安装出错。如果出现这个问题,请尝试在安装的时候指定其他源。 ``` bash npm install --registry=http://r.cnpmjs.org -g fis-plus ``` http://cnpmjs.org/

faq

如果这样的话,需要针对不同的文件以不同的方式去解析了。 开个文件属性。 ``` fis.match('/lib1/**.js', { isMod: 'amd' }); ``` ``` fis.match('/lib2/**.js', { isMod: 'commonJs' }); ``` 这样?