Hochan Kang

Results 4 issues of Hochan Kang

### Describe the bug ```typescript // https://github.com/disqus/disqus-react/blob/master/src/DiscussionEmbed.jsx#L81 getDisqusConfig(config) { return function () { ... this.page.remote_auth_s3 = config.remoteAuthS3; this.page.api_key = config.apiKey; ... }; } ``` In `DiscussionEmbed` components, it use `remoteAuthS3`...

장고 최신 버전의 앞자리수가 3일 전에 바뀌었습니다.. 그래서 소나클라우드에서 테스트가 돌 때, django 를 버전 3로 설치해서 하는데, 버전이 바뀐 것 때문에 ``` Creating test database for alias 'default'... Destroying...

question

안녕하세요! 교수님의 마지막 수업에서의 wrap up 슬라이드, 참 좋았었는데요.. etl 에 혹시 업로드 부탁드려도 될까요~?? 감사합니다!

React에서 this.setState로 component의 state를 변경하고자 할 때, 비동기적으로 업데이트되는 원리 때문에 한 박자씩 늦게 state가 업데이트되는, 바로 state update 반영이 되지 않는 상황을 겪어보셨다면 이 tip 방법을 한 번 사용해...

good tip