yorkie icon indicating copy to clipboard operation
yorkie copied to clipboard

Yorkie is a document store for collaborative applications.

Results 114 yorkie issues
Sort by recently updated
recently updated
newest added

The move operation still works only on the elements of an Array. It would be nice to expand this so that it can be moved between Objects and Arrays. https://github.com/yorkie-team/yorkie/issues/43#issuecomment-612295610...

hard ๐Ÿง‘โ€๐Ÿ”ฌ
sdk โš’๏ธ

**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...

**What would you like to be added**: 1) Current actorID data type - `actorID` value in `TimeTicket` can be null to support editing in offline mode. - `actorID` will be...

enhancement ๐ŸŒŸ
cleanup ๐Ÿงน
discussion ๐Ÿ’ญ
sdk โš’๏ธ

The Golang monkey patching library, https://github.com/bouk/monkey, is being utilized directly against [its license](https://github.com/bouk/monkey/blob/master/LICENSE.md): > Copyright Bouke van der Bijl > > I do not give anyone permissions to use this...

cleanup ๐Ÿงน

**What happened**: I have user A with a project named dev. If I try to create a new user B and a new project dev, I've got the error `The...

bug ๐Ÿž

**Description**: **Why**: Latest tags are highly volatile. Therefore, the development environment may change depending on the time, developer by developer. Specifying specific versions can prevent this side effect.

**Description**: Collect the client version and type that requested the API as a metric. We currently only released the [JS](https://github.com/yorkie-team/yorkie-js-sdk) and [Go SDK](https://github.com/yorkie-team/yorkie/tree/main/client). However, we plan to implement [Rust](https://github.com/yorkie-team/yorkie-rust-sdk) and...

enhancement ๐ŸŒŸ

**What this PR does / why we need it**: Move `Client.Watch()` inside `Client.Attach()` to hide it from external interface. This PR also introduces `Client.Subscribe()` which performs similar functionality with other...

cleanup ๐Ÿงน

**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Addresses #796 **Special notes for your reviewer**: **Does this PR introduce a user-facing change?**: ```release-note ```...

**What happened**: The Project Secret Key grants the same permissions as the owner of the project. For example, when Admin A owns Project B and uses the Secret Key of...

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