hochan Lee
hochan Lee
**Describe the bug** import error https://caporal.io/guide/#commands ```ts import program from "@caporal/core" ``` tobe ```ts import { program } from "@caporal/core" ``` **To Reproduce** Steps to reproduce the behavior: ./hello.ts order...
Specifically quoting these guidelines regarding typos: > If you're going to submit a PR for typo fixes, please be measured in doing so by collecting several small changes into a...
* 파일 경로 또는 링크: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#literal-types - AS-IS: https://typescript-kr.github.io/pages/literal-types.html - TO-BE: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#literal-types * 직접 PR 하시겠습니까? X
PR전에 아래의 사항들을 확인하셨나요? 확인하셨다면, 체크해주세요! - [x] CONTRIBUTING.md 파일을 정독했습니다. - [x] lint 검사를 진행했습니다. - [x] fetch를 통해 최신 upstream 내용을 반영했습니다. 👆 꼭 확인해주시길 바랍니다! 👆 -...
## Summary Visualization of how far behind the latest commit of content is the traslated-content commit. @mdn/localization-team-leads @queengooborg I mentioned that I need your help on the following two things....
## Summary Specify 'yarn build' usage in error message for clarity. Related #10653. ### Problem Added detailed solution guidance for beginners. ### Solution ```diff - At the moment, you have...