Xuan Huang (黄玄)

Results 91 comments of Xuan Huang (黄玄)

Nice Shoot! PS:建议列表可以按“技能类型”(比如持续集成类/Hybrid类)或者 优先级(star)来排序,看得有点跳跃

> This is copied from my replies to @kraenhansen at the `#jsi` channel in Discord. I just realized the contexts are not exactly the same. Thanks for flagging this. This...

@tomduncalf > but we do still see occasional issues where the UI is not updated until something else (e.g. a touch) triggers a bridge message. I've seen that and I'm...

Thx @pyrmont. I guess brutely override `.highlight .err` as whatever in user-land could workaround but I agreed how to do it elegantly is tricky. here is the code: ```Coq Theorem...

@pyrmont Coq has some meta-programming power so it might be tricky to cover all cases... essentially, math symbols commonly used in logic and set theory are most used and might...

It seems like [the collections kitchen sink demo](https://react-notion-x-demo.transitivebullsh.it/collections-2fea615a97a7401c81be486e4eec2e94) renders file properties just fine. Is there any special mapping I needed to do to get those image URL encoded to the...

Emm seems like this is related to https://github.com/NotionX/react-notion-x/issues/68 and was fixed by https://github.com/NotionX/react-notion-x/pull/134 ?

Oh heck I got it work by manually mapping the notion URL like (https://github.com/transitive-bullshit/nextjs-notion-starter-kit/blob/main/lib/map-image-url.ts) following https://github.com/NotionX/react-notion-x/issues/68#issuecomment-898956871

It works but i'm not sure it's the ideal way though :( So I'll keep this issue open to see if there is a second opinion