JongChan Choi (Rieul)

Results 74 comments of JongChan Choi (Rieul)

I don't use any firewall other than the feature Windows 11 has by default. And just in case, I turned off all the default firewall of Windows 11 and tested...

It seems that a new cli version has been released, so I updated it and ran it again, but the result is same. ```sh $ edgedb cli upgrade 00:00:01 [====================]...

제보해주셔서 감사합니다. 인지하고있는 문제이나 크롬 ime 버그로 아직 우회법을 찾지 못했습니다.. 파이어폭스에서는 재현되지 않을 겁니다.

## snippets 긁기 - 깃헙 저장소 긁는 api: https://developer.github.com/v3/repos/contents/#get-contents - 라이브러리: http://github-tools.github.io/github/docs/3.1.0/Repository.html#getContents - 예시: https://api.github.com/repos/aheui/snippets/contents/

As a library project(think the files in `core`, `codegen`, `compat`), I don't think it is fit method to manage deps. This approach(`deps.ts`) bothers fetching minimum files when an application use...

그냥 귀찮아서 처리 안했던 부분인데 말씀하신대로 개선할 수 있으면 더 좋을 것 같습니다.

wip ```js class Offset { // float64 constructor(value) { this.value = value; } toJSON() { return this.value.toJSON ? this.value.toJSON() : this.value; } static fromJSON(jsonObject) { return new Offset(jsonObject); } eq(other)...

@colinhacks Can you tell us about your schedule for review this PR? We are waiting for this 🥺