Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yorkie-team/yorkie-ios-sdk

Yorkie iOS SDK
https://github.com/yorkie-team/yorkie-ios-sdk

Expose pathToIndex API

humdrum opened this pull request over 1 year ago
Implement yorkie.Tree for text editors using tree model

humdrum opened this pull request over 1 year ago
memory leak fixed for TextEditorViewController in TextEditorSample

myupage opened this pull request over 1 year ago
Memory leak in iOS TextEditorApp Sample

myupage opened this issue over 1 year ago
bump to 0.3.6

humdrum opened this pull request over 1 year ago
Add getValueByPath() to the document

humdrum opened this pull request over 1 year ago
Update Version.swift

humdrum opened this pull request over 1 year ago
Change the value of XXXChange to Change in Document.subscribe

humdrum opened this pull request over 1 year ago
Replace Text event Stream with Document.subscribe

humdrum opened this pull request over 1 year ago
Support for OperationInfo inference on Document.subscribe

humdrum opened this issue over 1 year ago
Change the value of XXXChange to Change in Document.subscribe

humdrum opened this issue over 1 year ago
Implement yorkie.Tree for text editors using tree model

humdrum opened this issue over 1 year ago
Replace Text.onChanges with Document.subscribe

humdrum opened this issue over 1 year ago
Allow specifying a topic when subscribing to a document

humdrum opened this pull request over 1 year ago
Fix when searching for presence of non-existent peer

humdrum opened this pull request over 1 year ago
Add actor to ChangeInfo / update api-reference

humdrum opened this issue over 1 year ago
Fix when searching for presence of non-existent peer

humdrum opened this issue over 1 year ago
Allow specifying a topic when subscribing to a document

humdrum opened this issue over 1 year ago
Sync mode(push pull, pushonly)

humdrum opened this issue over 1 year ago
Add x-shard-key to APIs

humdrum opened this pull request over 1 year ago
Fix compile errors.

humdrum opened this pull request over 1 year ago
Add x-shard-key to APIs

humdrum opened this issue over 1 year ago
Apply Integration of SDK and Admin RPC Server

krapie opened this pull request over 1 year ago
Support Xcode 14.3

humdrum opened this pull request over 1 year ago
Add x-yorkie-user-agent

humdrum opened this pull request over 1 year ago
Verify sequence when processing pushpull

humdrum opened this pull request over 1 year ago
Add Client sync mode

humdrum opened this pull request almost 2 years ago
Add RemoveDocument API

humdrum opened this pull request almost 2 years ago
Clarify the ClientEvent that is sent to client

humdrum opened this pull request almost 2 years ago
Implement the pause/resume

humdrum opened this pull request almost 2 years ago
Implement the select feature in the Text Editor

humdrum opened this pull request almost 2 years ago
Add toDocKey to convert to a valid key in tests

humdrum opened this pull request almost 2 years ago
Add a test case for invalid range

humdrum opened this pull request almost 2 years ago
Remove delays for sync

humdrum opened this pull request almost 2 years ago
Update toJson() of Text to match results with JS

humdrum opened this pull request almost 2 years ago
feat: remove priority queue from RHTPQMap and entire project

humdrum opened this pull request almost 2 years ago
Implement authentication of the client

humdrum opened this pull request almost 2 years ago
Implement Text editor sample

humdrum opened this pull request almost 2 years ago
Let Client.attach wait until stream initialization is finished

humdrum opened this pull request almost 2 years ago
Remove duplicated key from TextNodeAttr

humdrum opened this pull request almost 2 years ago
Change Counter increase() to accept any numeric value

humdrum opened this pull request almost 2 years ago
Implement Text Element

humdrum opened this pull request almost 2 years ago
Update the readme file.

humdrum opened this pull request almost 2 years ago
Change the client relate code in the Example.

humdrum opened this pull request about 2 years ago
Implements the TLS connection.

humdrum opened this pull request about 2 years ago
Apply swift-log package.

humdrum opened this pull request about 2 years ago
Prepare Multi examples.

humdrum opened this pull request about 2 years ago
Create MAINTAINING.md for v0.2.19

hackerwins opened this pull request about 2 years ago
Change eventStream of Client from Error to Never

hyeongsik-won opened this pull request about 2 years ago
Apply changed comments of JS-SDK

hyeongsik-won opened this pull request about 2 years ago
Add a github action to publish API reference docs

hyeongsik-won opened this pull request about 2 years ago
Implement the Counter.

humdrum opened this pull request about 2 years ago
Setup for integration tests

hyeongsik-won opened this pull request about 2 years ago
Add get(keyPath:) to JSONObject

hyeongsik-won opened this pull request about 2 years ago
Improve Document sync Test.

humdrum opened this pull request about 2 years ago
Change endian of Primitive values to little endian

humdrum opened this pull request about 2 years ago
Apply styles for Swift

hyeongsik-won opened this pull request about 2 years ago
Convert Client from class to actor for concurrency.

humdrum opened this pull request about 2 years ago
Change some types from class to struct to avoid data racing

hyeongsik-won opened this pull request about 2 years ago
Sync Kanban app with a local server and fix some bugs

hyeongsik-won opened this pull request about 2 years ago
Implement Client functions.

humdrum opened this pull request about 2 years ago
Add Kanban board to ExampleApp & Improve the interfaces of JSONObject and JSONArray

hyeongsik-won opened this pull request about 2 years ago
Change Document from class to actor for concurrent access to it

hyeongsik-won opened this pull request about 2 years ago
Create ExampleApp and fix some bugs

hyeongsik-won opened this pull request about 2 years ago
Add JSONArrays and unit tests for Document

hyeongsik-won opened this pull request about 2 years ago
Remove features for dynamicMemberLookup from JSONObject

hyeongsik-won opened this pull request about 2 years ago
Add Trie, JsonObject, and Document

hyeongsik-won opened this pull request about 2 years ago
Add ChangeID, Change, ChangeContext, CheckPoint and ChangePack

hyeongsik-won opened this pull request about 2 years ago
Modify escaping string

hyeongsik-won opened this pull request about 2 years ago
Add AddOperation and MoveOperation

hyeongsik-won opened this pull request about 2 years ago
Hyeongsik won fix/remove docker

hackerwins opened this pull request about 2 years ago
Add CRDTRoot, Operation, SetOperation and RemoveOepration

hyeongsik-won opened this pull request about 2 years ago
Disable tests using docker

hyeongsik-won opened this pull request about 2 years ago
Add RHT

hyeongsik-won opened this pull request about 2 years ago
Support Network byte order for Primitive values

humdrum opened this pull request about 2 years ago
Add CRDTObject

hyeongsik-won opened this pull request about 2 years ago
Report the code coverage to codecov

hyeongsik-won opened this pull request about 2 years ago
Add RHTPQMap and Change CRDTElement type from class to protocol

hyeongsik-won opened this pull request about 2 years ago
Add CRDTArray

hyeongsik-won opened this pull request about 2 years ago
Add RGATreeList

hyeongsik-won opened this pull request about 2 years ago
Add Splay Tree

hyeongsik-won opened this pull request over 2 years ago
Add heap, RedBlack Tree

hyeongsik-won opened this pull request over 2 years ago
Add client activate/deactivate

hyeongsik-won opened this pull request over 2 years ago
Create folders based on yorkie-js-sdk

hyeongsik-won opened this pull request over 2 years ago
Update swift.yml to use SwiftLint

hyeongsik-won opened this pull request over 2 years ago
Add PR and issue templates

hackerwins opened this pull request over 2 years ago
Create swift.yml

hackerwins opened this pull request over 2 years ago
Initial project setup

hyeongsik-won opened this pull request over 2 years ago
Deleted

hs-won opened this pull request over 2 years ago