Dongcheol Choe(Scott)

Results 9 issues of Dongcheol Choe(Scott)

Thank you for your awesome project. :) I am using your program very usefully. But I found keywords that fails to lookup. And I share this issue with you. version:...

### What happened? I tried to use the ETCD container on an arm MacBook, but I'm having the same problem as issue #14209. (listen tcp 127.0.0.1:2380: bind: address already in...

Thank you for the wonderful project! ๐Ÿ‘ I am using multiple tabs. And I want to fire an event when the focused tap changes. I've been looking for a [guide](https://bossanova.uk/jspreadsheet/v4/examples/tabs),...

**What would you like to be added**: https://github.com/yorkie-team/yorkie/blob/d0165307ad35dd0a11655841b3628c6b6b94dba4/server/backend/background/background.go#L45 I think you can try to collect the count of workers running in the background package. **Why is this needed**: You can...

enhancement ๐ŸŒŸ
good first issue ๐Ÿค
discussion ๐Ÿ’ญ

**What would you like to be added**: The attached image is the page I accessed to write bug-report on ETCD. How about we change it like this to improve usability?...

enhancement ๐ŸŒŸ
discussion ๐Ÿ’ญ

**What would you like to be added**: Add `PermissionDenied` response to Authorization webhook response error. I think it would be good to talk about the spec. issue starting point: https://github.com/yorkie-team/yorkie/pull/203#discussion_r662523173...

enhancement ๐ŸŒŸ
discussion ๐Ÿ’ญ

Question: Are there any standards currently suggesting when to print (or resolve) the error log? The reason I am asking this question is that when I check the current error...

cleanup ๐Ÿงน

I am currently considering using pkg/errors. However, I have a question, so I'm leaving a question. I ran the [example code](https://github.com/pkg/errors/blob/5dd12d0cfe7f152f80558d591504ce685299311e/example_test.go#L115-L143) and expected the output shown in the code comments....

**What this PR does / why we need it**: It is better to wrap and handle errors returned from external packages. This is because it is useful for analyzing the...