Youngteac Hong

Results 120 comments of Youngteac Hong

We can consider the following approach: ## Approach 1. Splitting the big contents in CodePair For example: ```js const bigContent = '...'; const contents = bigContent.splitXXX(); const offset = 0;...

@tomarrell I also had the same problem. In my case, adding `*` back and forth doesn't fix the problem. `golangci.yml`: https://github.com/yorkie-team/yorkie/pull/412/files#diff-6179837f7df53a6f05c522b6b7bb566d484d5465d9894fb04910dd08bb40dcc9R36 > Error: server/packs/pushpull.go:181:41: error returned from interface method should...

@tomarrell Thanks for the update. I am using wrapcheck with golangci-lint. I will update it when it is released.

@jeonjonghyeok Of course. Thank you for your interest. It would be good to discuss some solutions before implementation.

This was fixed by https://github.com/yorkie-team/yorkie/pull/418.

https://github.com/tomarrell/wrapcheck/issues/34#issuecomment-1263427617

Continue on #420.

Thank you for letting me know. We need to find another way to handle this.

May I know which images you are suggesting to fix versions of?

I think it's ok to keep the latest version until we move to v1.0.0. When users officially use Yorkie next year, it would be better to fix them.