Jaewon Seo

Results 33 comments of Jaewon Seo

Another Idea here: What if we use type parameter slots to specify kinds of type parameter? This would make narrowing type arguments in type-level function unnecessary and allow to check...

\+ 의존성 정리

작동하는 결과물이 시급하니, 리팩토링은 미루고 평가기부터 만들기.

규모도 크고, 구조도 전반적으로 전부 바뀌니 별도 브랜치로 나누어서 작업하자.

매크로는 아니다. TS랑 너무 안 맞음. editor level이 아닌 이상 쓰지 말자.

and... we can also check technical terms in [here](http://terms.tta.or.kr/dictionary/searchList.do)

fowardicng refs는 어떻게 해야 할까요? #13 에서는 ref 넘겨주기/전달하기 정도로 번역하여 사용하고 있습니다만, forwarding ref 영문 표기를 그대로 할 지(API에 `forwardRef`이라는 함수가 있습니다.), 아니면 어떻게 순화할 지, 명확하게 정해야 할...

#22 번에서 다른 분이 언급해주신 문제입니다. > JS 모듈을 가져온다는 의미로 `import`라고 그대로 적었는데 `가져와서 사용할 수 있습니다.` 혹은 `불러와서 사용할 수 있습니다.` 등으로 번역하는게 나을지 의견 여쭙고 싶습니다. -...

For someone who are hesitated to override files in `node_modules` because of their installation script running every single time the app deployed : use [this tool](https://github.com/ds300/patch-package) to keep your monkey-patch...

@Kamlesh-62 if you have installed this module in `node_modules`, you may find non-minified file in following paths. `/node_modules/html2canvas/dist/html2canvas.esm.js` `/node_modules/html2canvas/dist/html2canvas.js`