Hubert Lee

Results 6 comments of Hubert Lee

I'm facing the same issue using [Google NotoSansTC Font](https://fonts.google.com/noto/specimen/Noto+Sans+TC?subset=chinese-traditional&noto.lang=zh_Hant&noto.script=Hant). `@react-pdf/renderer` version: `3.0.0` Both Chinese & non-Chinese characters are copied as wrong text. I have tried the `birdfont` and `fontforge` workaround,...

@chathu-novade As described in [this reply](https://github.com/diegomura/react-pdf/issues/915#issuecomment-1090175507)

I'm experiencing the same issue here, trying to create a twitter like experience. When we scroll up in a normal `ListView.builder`, the items previously disposed are building back on top...

Same issue here at version `2.0.3`. Users would expect to tab into the popover after they open it using `space` or `enter` on the `PopoverButton`, but the current behavior of...

I believe this feature would be highly beneficial, allowing users to decide how to manage `.env.keys` files within a monorepo or any type of project. In my use case, I...

Here's my investigation of the issue: - The problem is caused by [altair update to v5.4.0](https://github.com/vega/altair/releases/tag/v5.4.0), where higher requirement of `typing_extensions>=4.10.0` is introduced (previously it was `typing_extensions>=4.0.1) - I further...