highcloud100

Results 3 issues of highcloud100

**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Address #723 **Special notes for your reviewer**: https://hackmd.io/kfaV_ZAgSX-REVyKRnoU1Q?view\ **Does this PR introduce a user-facing change?**: ```release-note...

**What would you like to be added**: --- Convert the raw types to [**generics**](https://go.dev/doc/tutorial/generics) in counter implementation. https://github.com/yorkie-team/yorkie/blob/main/pkg/document/crdt/counter.go https://github.com/yorkie-team/yorkie/blob/main/pkg/document/json/counter.go **Why is this needed**: --- Currently LongCnt, IntegerCnt types can be...

cleanup 🧹

**What happened**: --- When generate NewRoot from [pulled snapshot](https://github.com/yorkie-team/yorkie/blob/eaefcdc2ce6a1928ac3b2d58ccc9f60fcdd9d73a/pkg/document/internal_document.go#L240), GC doesn't work properly on tree and text. **What you expected to happen**: --- When [NewRoot](https://github.com/yorkie-team/yorkie/blob/eaefcdc2ce6a1928ac3b2d58ccc9f60fcdd9d73a/pkg/document/crdt/root.go#L46C6-L46C13) conducting, it doesn't register the...

bug 🐞
sdk ⚒️