Rick Zhou

Results 15 issues of Rick Zhou

https://code.google.com/p/chromium/issues/detail?id=341310 if flex item's size is modified by stretch, flexgrow, flexshrink, its children won' be able to measure parent's size, so 100% will be 100% of the original parent size...

beast use a lot of L value ref as parameter, sometimes this makes it really painful to design my class for example: `http:async_write` takes either a `message&` or `serializer&`, which...

Design

right now tab bar and dropdown use same element, which means they both support the same drag/drop, and even calling the getRef twice. currently a work around is implemented in...

when title is not specified, it's better to show the title of original page instead of "Untitled"

update docs
api change

### Reproduction link I tried a sample code with about 20 tables: v5 https://deepmess.com/antd5performance/5.1/build/ v4https://deepmess.com/antd5performance/4.24/build/ ### Steps to reproduce use the performance tab in chrome's develop tool to reload these...

When ticlo core runs in browser, it should be able to dynamically load modules like React, ticlo-react, antd, ticlo-antd, marked, codemirror, etc. Need to find a proper solution to compile...

enhancement

to reproduce: 1) have anything with virtual scrolling and non-0 scroll position 2) move the tab from one panel to another panel 3) scroll position gets reset but there is...

- sub function to maintain the state values - transition on the property - defined on both to and from? - service function to control the state index - key...

add custom groups. add custom icons. when initialize connection, icons should be sent before group and group before other functions

enhancement

- connectTiclo() : HOC to bind ticlo block to component - useTiclo() : hook api for functional component, listen to block change and re-render the component

enhancement