Sanghee Park

Results 12 comments of Sanghee Park

although this might be a different issue, dmesg output with `nodejs-current` on latest testflight build resulted in: `25 illegal instructions at 0x571a0ee6: 66 0f 6a d0 66 0f 7e d0`....

According to `dmesg` provided by @luktvpl, This issue requires #1809 to be resolved beforehand.

branch 를 분리하여 작업후 merge 하는 방법을 사용할 것 같습니다.

무슨 기능의 추가를 묘사하는 지 알 수 없습니다. 기능 묘사가 구체적이지 않아 처리 할 수 없습니다.

내용에 정규식을 돌리는 경우 차단이 사이트가 로드 된 이후 작동되어야 하기 때문에 사이트 차단이 지연될 뿐 만 아니라 저속 네트워크를 사용하는 경우 사용자 경험이 안좋아 질 것 같습니다.

이 문제에 대해 해결 방안이 있으시다면 달아주시면 감사하겠습니다.

제가 로그인 2차인증용으로 Yubikey 를 사용하는데... 군 복무중인 관계로 USB 매체 관련 보안 규정으로 인해 영내에서 사용 할 수가 없습니다. 아마 다음 휴가즈음 가능할 것 같습니다. 죄송합니다.

# TODO * [ ] ESLint * [ ] ESLint Typescript * [ ] Webpack? * [ ] ????

해당 부분에서 Entity가 Player의 instance인지 확인하지 않아 문제인 것 같습니다. 해당 코드를 ```java @NotNull @Override public Player getEntity() { Entity entity = super.getEntity(); if (entity instanceof Player) { return (Player)...