Dongcheol Choe(Scott)
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...
**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?...
**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...
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...
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...