Yunfei He

Results 129 issues of Yunfei He

# Expected ![image](https://user-images.githubusercontent.com/49502170/160091701-7d604745-c963-40c0-aca0-f1b84efd1ddc.png) # Actual ![image](https://user-images.githubusercontent.com/49502170/160091728-95a8e79f-f37a-4967-885e-c6fab2c3110a.png)

upstream:notion-client

And it has the same problem as #4.

upstream:notion-client

Full-width mode is supported by `notion-renderer`, but we couldn't get whether a page is full-width from notion-client. So, if you want to render a notion page in full-width mode, you...

upstream:notion-client

# Expected ![image](https://user-images.githubusercontent.com/49502170/160004553-955c3e10-2bcc-481b-b8f0-0dd6f5f02e70.png) # Actual ![image](https://user-images.githubusercontent.com/49502170/160004614-0c557ea6-d692-46ea-b7d5-bae9ccc365b2.png) https://notion-renderer.ihyf.me/0297718e-c863-4974-a034-9e83dc0d36f7

bug

# expected ![image](https://user-images.githubusercontent.com/49502170/159985666-cfd61156-da74-484e-9df7-322948569a64.png) # current ![image](https://user-images.githubusercontent.com/49502170/159985727-73432f6f-0174-49f5-9adf-90e2e39aa8c8.png) # Reasons - Notion client only gives a link, no summary, title, or image.

upstream:notion-client

I have already tried humps and lodash. For `ID` `CamelCasedPropertiesDeep` will transform to be `id` humps will transform to be `iD` lodash will transform to be `id` For `ReactDOM` `CamelCasedPropertiesDeep`...

question

# Bug report **What is the current behavior?** > In CSS 2.1, any `@import` rules must precede all other rules (except the `@charset` rule, if present). [link](https://stackoverflow.com/questions/9860763/css-import-and-the-order-of-it) - esbuild chooses...

bug
webpack-5
Send a PR

In fact, after supporting webpack, there is a little work to do to let unplugin support nextjs. Writing these glue codes is indeed tedious, So could we just make it...

### What problem does this feature solve? Now: Module AST -> per_codegen -> Chunk string -> parse to chunk AST -> swc minify -> Chunk AST codegen After: Module AST...

enhancement