Rick Zhou

Results 32 comments of Rick Zhou

``` this has bug: child_div's size could be measured incorrectly work around, this seems to work ```

test case bug: http://jsfiddle.net/bj94y/2/ work around http://jsfiddle.net/bj94y/4/

the current design require whole msgpack encoded data to be hold in memory at same time. sending/receiving without length would allow msgpack to be used as a streaming encoding format.

one way to achieve this is to utilize the unused tag 11000001 as the termination of the current Map/Array for example, if I encode a array with size 0xffffffff, and...

but is there a reason allowSyntheticDefaultImports must be false?

depends on https://github.com/ant-design/ant-design/issues/27721

I will add that in the package.json to make it easier to understand that

I use this to prevent dragging event eaten by iframe ```css body.dock-dragging iframe { pointer-events: none; } ``` you can try that on other element like `.dock-content-holder`