Hanfei Sun

Results 14 issues of Hanfei Sun

Got these error for go1.8 ``` 31.77 MB / 395.06 MB [=============>----------------------------------------------------------------------------------------------------------------------------------------------------------------] 8.04% 18sfailed MSpanList_Insert 0x5e4e38 0x134391768dc45 0x0 fatal error: MSpanList_Insert runtime stack: runtime.MSpanList_Insert(0x578850, 0x5e4e38) /goroot/src/runtime/mheap.c:692 +0x8f runtime.MHeap_Free(0x5787e0, 0x5e4e38, 0x0)...

bug

I have an SVG file with a lot of `transform="translate..."` attributes ``` ``` I was wondering whether there will be an option to convert/remove this transform attribute..

enhancement

play-slick seems only able to generate an initial SQL script.. For example, after it generates `1.sql`, if I make a change to that slick Table, as I known, `play-slick` seems...

type:improvement
status:backlog

In Slick, insertReturning is supported, which is returning the case class for the inserted Row after inserting. but the updateReturning is not supported. This looks reasonable because not every SQL...

question

For example, I have a usemin target like this in `index.html` ``` ``` Now I also need to include exactly the same libraries in `listView.html` and `userProfile.html`. And as this...

question

Sometimes I paused the tabwrangler. When it is resumed, the expected behavior might be that tabwrangler closed unused tabs immediately. Is there a way to do that?

enhancement

Currently merge action only support merging two objects. It would be great if multiple object can be merged into one within one merge action.

enhancement

I found this plugin awesome. Only one things that I think need to be improved may be the support for javadoc For example: user> (use 'clojure.java.javadoc) nil user> (javadoc java.net.URL)...

我发现minggeJS好像不支持模块化,CommonJS,AMD,UMD都不支持。 这一点好像略逊Jquery一筹