Jaemin Choi

Results 11 comments of Jaemin Choi

I added this line in .npmrc file and it works like charm! ```properties package-import-method=clone-or-copy ```

It seems that the solution is quite simple. The `Relation` type of TypeORM is simply a single-type wrapper of a class. https://github.com/typeorm/typeorm/blob/master/src/common/RelationType.ts ```ts export type Relation = T ``` This...

혹시 problem 모델 분리하는 이유가 단순히 필드가 많아서인가요? 필드가 많아서 테이블을 만드는 거면 구현이 번거로워지기도 하고 오히려 가독성을 해칠 수도 있지 않을까 걱정이어서요...

> Cursor로 지정하는 필드는 조회하는 데이터의 정렬 상태에 의존합니다. 정렬 기준에 따라 Cursor 값도 변경되어야 합니다. 테스트해봤는데 커서는 정렬 기준 바뀌어도 똑같이 ID 써도 되더라고요.

react-icons 이야기는 아니긴 한데... MUI의 iconset이 SSR을 지원 안해서 timeout 떴다는 이야기가 많더라고요 - https://github.com/vercel/next.js/discussions/47237 - https://www.reddit.com/r/nextjs/comments/117t880/comment/jaavscr/?utm_source=share&utm_medium=web2x&context=3

장기적으로 봤을 때 코드 실행 기능 등을 추가하는 것을 고려할 때에도 테스트케이스 단위 채점이 효과적입니다!

> docker를 사용하는데도 환경에 따라 원활하게 설치되지 않을 수 있나요?? > global하게 설치하는 방법을 하나 찾아서 공유드립니다([여기](https://pnpm.io/cli/env#use)) @SH9480P [이 커밋](https://github.com/skkuding/next/pull/269/commits/54692dd9e041015f119b3a7a83e8784816fc44b1)에서 시도해봤는데, 이유는 모르겠는데 devcontainer에서는 제대로 동작을 안하더라고요... ``` $ pnpm...

`.nvmrc` 사용하니까 devcontainer에서는 global하게 설치 잘 되는데, GitPod에서는 해결책을 못 찾겠네요... 구글링 해보니까 Dockerfile 쓰라는 답 밖에 못 찾았는데, Dockerfile에서는 `.nvmrc` 파일을 불러올 수 없으니까 우리는 쓸 수 없어요. https://github.com/gitpod-io/gitpod/issues/7459#issuecomment-1006096025...

GitHub Student Developer pack으로 학생 혜택 받을 수 있어요! https://education.github.com/pack/offers

prisma-nestjs-graphql에서 model만 생성하는 옵션은 없는 것 같네요... https://github.com/unlight/prisma-nestjs-graphql/issues/144 https://github.com/unlight/prisma-nestjs-graphql/issues/156