Jiwon Choi

Results 35 comments of Jiwon Choi

Hi @evanw @alfaproject, looks like it has been fixed on #8662. Could you check if it is resolved? P.S. The `baseUrl` must be an absolute path.

저도 작업하며 느낀건데, 개선이 되면 좋겠네요. 리서치 같이 해보겠습니다.

@3axap4eHko Looks like there's a build failure.

The project default manager is `pnpm`, try using pnpm.

@shriekdj Thanks for the suggestion! Even though your codes can be a workaround, I still think that the global not-found should be supported in this case. I believe that it...

Hi everyone, it seems like we could resolve it via setting the global not-found for each groups: ```sh . └── app/ ├── (main)/ │ ├── layout.tsx │ ├── not-found.tsx │...

@MaxLeiter did it, thank you!

First of all, please provide an issue in a readable syntax. You can write codes in ` ```ts ``` ` format and your codes will be much readable. Since your...

I've noticed some type issues in notion client also. I'm planning to open an issue for this soon. Since `has_children` is in type `BlockObjectResponse` but not `PartialBlockObjectResponse`, you cannot directly...