yorkie-js-sdk icon indicating copy to clipboard operation
yorkie-js-sdk copied to clipboard

Yorkie JavaScript SDK

Results 54 yorkie-js-sdk issues
Sort by recently updated
recently updated
newest added

**What happened**: When performing garbage collection (GC) on nested objects, the deregister process leads to redundant operations on child nodes. This issue arises because the `deregister` iterates over children, while...

bug ๐Ÿž
good first issue ๐Ÿค
sdk โš’๏ธ

**What happened**: example of [simultaneous-cursors](https://yorkie.dev/examples/simultaneous-cursors) is not working... ![image](https://github.com/yorkie-team/yorkie-js-sdk/assets/77202633/996556d9-35ba-4054-8141-83293a7d075c) same problem occured in https://yorkie.dev/yorkie-js-sdk/examples/simultaneous-cursors/ too! ![image](https://github.com/yorkie-team/yorkie-js-sdk/assets/77202633/21a172a2-8fb8-4440-b876-d7214998bc9e) **What you expected to happen**: **How to reproduce it (as minimally and precisely as...

bug ๐Ÿž
good first issue ๐Ÿค

**Description**: The Simultaneous Cursors example uses two kinds of animations. One is an emoji "bubbling" animation for the Heart and Thumbs cursors, while the other is a "drawing" animation for...

enhancement ๐ŸŒŸ
good first issue ๐Ÿค

**Description**: `yorkie-js-sdk` uses three different methods for throwing errors. Let's pick one way to throw errors and apply it consistently across `yorkie-js-sdk`. If there's a better approach, let's talk about...

good first issue ๐Ÿค
cleanup ๐Ÿงน

**Description**: Introduce Turborepo to manage packages Recently, we have implemented several tools such as `yorkie-devtools` and `create-yorkie-app` along with examples while developing `yorkie-js-sdk`. However, we've encountered challenges when it comes...

enhancement ๐ŸŒŸ
good first issue ๐Ÿค
cleanup ๐Ÿงน

**Description**: Yorkie-js-sdk api reference document link is broken. **Why**: When I access https://yorkie.dev/yorkie-js-sdk/api-reference/, I got 404 not found error

bug ๐Ÿž
documentation ๐Ÿ“”

**Description**: Add svelte example **Why**: I think it would be great to provide an example for Svelte users, just like we do for React and Vue users. There are many...

good first issue ๐Ÿค

**Description**: JavaScript (or web) projects like yorkie-js-sdk, codepair, and yorkie-team.github.io make it easy to share code through online development environments like codesandbox or stackblitz. For bug reports, sharing an environment...

enhancement ๐ŸŒŸ

**What happened**: When performing multiple 'pushpull' requests, the SDK doesn't work correctly. For example, the following test case fails: https://github.com/yorkie-team/yorkie-js-sdk/blob/394c061cdac97d47508fee8178ab64874641a580/test/integration/document_test.ts#L57-L93 **Anything else we need to know?**: In the test code,...

bug ๐Ÿž

**Description**: Currently, the presence type is defined to extend `Indexable`, and when transmitting presence via protobuf, it is converted to a string using `JSON.stringify`. - presence type: https://github.com/yorkie-team/yorkie-js-sdk/blob/effd58643673765c0515c17c552723959a8e70e1/src/document/document.ts#L388 - protobuf:...

cleanup ๐Ÿงน