Sid

Results 10 issues of Sid

例如我想指定到`./conf/gormt.yml`

[使用jsx写column](https://ant.design/components/table-cn/#components-table-demo-jsx)时会报`columns is marked but not defined` 的 warning

Here is my use case: I would like to capture all data every time I run my building process, but not with a browser launching. And I set a flag...

When run `micro-dev -p 8080`, error will come out: ``` events.js:183 throw er; // Unhandled 'error' event ^ Error: listen EAFNOSUPPORT :::8080 at Object._errnoException (util.js:1022:11) at _exceptionWithHostPort (util.js:1044:20) at Server.setupListenHandle...

### Steps to reproduce **Tell us about your environment:** * Puppeteer version: 1.9.0 * Platform / OS version: macos * URLs (if applicable): * Node.js version: 8.11.3 **What steps will...

feature
chromium
confirmed

It should be able to: ``` javascript // CommonJs let FullPage = require('/path/to/fullPage.js'); // ES6 import FullPage from '/path/to/fullPage.js'; ```

I use core-decorators in create-react-app project, and use function in this way: ``` import {autobind} from 'core-decorators'; ``` But the bundle size doesn't reduce. When I change in this way:...

可以直接看例子中gird的测试3

之前项目使用的是node v0.10,正常使用。因其他项目的问题,将node升级到了node v7.2.0,然后就没有办法release了,具体的问题是 ``` line 2: 15543 Floating point exception(core dumped) fisp release -c -o -d dev sending incremental file list ``` 然后每次release都会产生`core.fis.release -c`的文件,而且这个文件很大。 这是什么原因呢?要如何解决?