GU Yiling

Results 168 comments of GU Yiling

> In fact, I don't know how to find someone to review. Do we have a similar schedule? Do we regularly check them(pr)? I don't have much experience in cooperating...

~~Hi, can you describe the problem you are trying to solve here?~~ Never mind. I found the related issue: #12967 Can you add new test cases for this fix?

In general, I'm not a big fan of small refactorings like this when there are no obvious readability issues with the original code, which would make the history of the...

I'm not saying that early return is not a useful pattern, and I use it myself. Rather, for code that has been around for a long time and without obvious...

@posva I believe what @xiaodemen want is to implement a “fully controlled” checkbox.

贺老的睡觉时间太感人……话说 `

Shall we align the design with [petite-vue](https://github.com/vuejs/petite-vue) (which uses `v-scope` and an object carrying the local variables)?

In case you might be interested: https://twitter.com/_justineo/status/1706678566761685343

AFAIK CSS custom properties are not iterable from `CSSStyleDeclaration` (returned from `getComputedStyle`) so in current implementation they won't be reflected in the snapshot image. I made a PR (https://github.com/bubkoo/html-to-image/pull/436) which...

This required the re-render of all charts on a same page within ~16ms. Do you have an actual use case?