Ecosyste.ms: OpenCollective

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

Yorkie

Building an open source document store for building collaborative editing applications.
Collective - Host: opensource - https://opencollective.com/yorkie - Website: https://yorkie.dev/ - Code: https://github.com/yorkie-team

Update PULL_REQUEST_TEMPLATE.md

github.com/yorkie-team/yorkie-js-sdk - 7d8f051d70780018f4cfb3b614b07db6546ac28b authored almost 4 years ago by Youngteac Hong <susukang98@gmail.com>
Replace Coveralls to Codecov

Remove non-deterministic tests.

github.com/yorkie-team/yorkie-js-sdk - 30bbef200807307a376f10f9b7f27a3b277a7352 authored almost 4 years ago by hackerwins <susukang98@gmail.com>
Fix attach/detach test (#113)

Co-authored-by: Youngteac Hong <susukang98@gmail.com>

github.com/yorkie-team/yorkie-js-sdk - e0b78cc63deb4ae3ac777f41d418d3186af9ea43 authored almost 4 years ago by Semin Park <SPark9625@gmail.com>
Migrate from CircleCI to GitHub Actions (#119)

We don't know which version of agent is running in yorkie.dev, so we
modify it to run agent dire...

github.com/yorkie-team/yorkie-js-sdk - e10ba9cbb8e3d63fa100881d025106f3c9ae8a8a authored almost 4 years ago by Youngteac Hong <susukang98@gmail.com>
Use status for one-dimensional value (#131)

When I first implemented Yorkie, I named variables without distinction
between status and state...

github.com/yorkie-team/yorkie - bfac5ae7b21c88ab73cf62cecc6b47772e573765 authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Extract db interface from mongo package (#130)

This commit separates the high-level package db from the low-level mongo
in terms of abstraction.

github.com/yorkie-team/yorkie - 6d0816306ae49a57686487c257aea1b4340d40f6 authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Wrap additional information to sentinel errors (#129)

Previously, if there is no client or document, only sentinel errors were
returned. This commit...

github.com/yorkie-team/yorkie - b13e3f1579bce3458baae21cd1c906a249799b2a authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Cleanup garbage collection test for container type (#128)

Organized so that garbage collection tests for container types can be
managed in a location tha...

github.com/yorkie-team/yorkie - 61929f5ae3e05a07ce6ccd834317cd7fc165b1b2 authored about 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>
Extract integration and stress tests according to responsibilities (#126)

- Unit test: Test the implemented source code. Write in the package that
implements the source...

github.com/yorkie-team/yorkie - bfaa099b7a03a03a14180bb19af38ad9f685fc63 authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Cleanup garbage collection test for text type (#127)

Organized so that garbage collection tests for text types can be managed
in a location that fit...

github.com/yorkie-team/yorkie - c57925e43c2c0fdc5a3755c06c9ed510ad91ca22 authored about 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>
Fix error log for ErrNoDocuments (#124)

err is always nil because it has already been checked before this logic.
And it is judged that ...

github.com/yorkie-team/yorkie - 83881a34b6492535625f551d666103806331f0e5 authored about 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>
Add additional features in 0.1.1 (#122)

github.com/yorkie-team/yorkie - 69062d5692c6a1da56c373a0b56143a64d368415 authored about 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>
Introduce design document (#121)

Describes the intent to introduce design documents and how to write them.

github.com/yorkie-team/yorkie - 764001433d351bcbafdc35b17fd546c0f693fd9d authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Connect adjacent insNext and insPrev when running purge (#123)

Connect adjacent insNext and insPrev when running purge.

In #104, GC was also introduced for ...

github.com/yorkie-team/yorkie - 5bdb529c70c89a85e8fced2aef6c8b58b4f145ba authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Fix typo findFloorNodePerferToLeft to findFloorNodePreferToLeft (#116)

github.com/yorkie-team/yorkie-js-sdk - 2604af0f4e4d0984fd11ec12404eabdbba2b2f24 authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Fix to use internal document when pulling snapshot from agent (#120)

Document is an object that is exposed directly to users including Proxy.
On the other hand, Int...

github.com/yorkie-team/yorkie - a7abc26a31a366db8508169953650b6e2abd35e2 authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Reimplement Priority Queue's Release by in-place way (#112)

Co-authored-by: Youngteac Hong <susukang98@gmail.com>

github.com/yorkie-team/yorkie - 44a6a1a13c824d8ee1050bd44d86f4f86c0f78a8 authored about 4 years ago by Jo Hyun Woo <hyunwoo.jo@navercorp.com>
Add garbage collection for TextElement (#104)

Adds a function to collect garbage of RGATreeSplit that occurs when
editing Text and RichText.
...

github.com/yorkie-team/yorkie - 76faebc3e487e086eb08168d133b15abd4b4773a authored about 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>
Update version to 0.1.1 (#117)

github.com/yorkie-team/yorkie-js-sdk - 301bd5dbfe2ebb43119ee9497efa562af6e04ef2 authored about 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>
Update version to 0.1.1 (#119)

github.com/yorkie-team/yorkie - 516d8312f887f78be5e12b185f4b0a35cf92fabc authored about 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>
Add local prefix to goimports

Using local-prefixes, We check Import Group Ordering in the following
order.

- Standard library...

github.com/yorkie-team/yorkie - c4276a17d1781a701b9c5e980c98fb4e6032192a authored about 4 years ago by hackerwins <susukang98@gmail.com>
Clean cmd package by applying Standard Go Project Layout

To improve the readability of the repository for new contributors, we
introduce Standard Go Proj...

github.com/yorkie-team/yorkie - 96344b444cd61d2bcf49351c5908742fc500ea41 authored about 4 years ago by hackerwins <susukang98@gmail.com>
Introduce tools.go

tools.go ensures tool dependencies are kept in sync. This is the
recommended way of doing this a...

github.com/yorkie-team/yorkie - c63390d438022c0c1bb12526f681ed0f193842c2 authored about 4 years ago by hackerwins <susukang98@gmail.com>
Add comments for the missing exported functions (#114)

We have enabled golint on this commit. From now on, the CI will check
whether the exported fun...

github.com/yorkie-team/yorkie - 82f705b4f78b37ddc9e9a24f01c328def0c206b7 authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Add a checklist

Add a checklist so contributors can check what they might miss when writing a PR.

github.com/yorkie-team/yorkie - a978dfacfeaf3530893b2b2c888ad5e3fb2d6462 authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Bump ini from 1.3.5 to 1.3.8

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github...

github.com/yorkie-team/yorkie-js-sdk - ca86090e2a5bb94bf49195fe1872962a7edfde72 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Delete "What type of PR is this?" block

It is not meant to record the PR types separately from now on, so delete them.

github.com/yorkie-team/yorkie - 1ace60c84c1abcf124dd60a458a23a67e5cce4a2 authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Bump highlight.js from 10.4.0 to 10.4.1

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.4.0 to 10.4.1.
- [Rele...

github.com/yorkie-team/yorkie-js-sdk - 5da2863090552351a94f65a102c5a9487e47ca0c authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix check already attached document

In AttachDocument, [ErrDocumentAlreadyAttached] error is returned if
there is a document in the ...

github.com/yorkie-team/yorkie - e75c25f66ca5f28ee0291eae76f2665db17dac72 authored about 4 years ago by dc7303 <dc7303@gmail.com>
Use multi-stage build for docker image

github.com/yorkie-team/yorkie - efd0e5fe4eb77bce085ed88b2b82a7ef261c041f authored about 4 years ago by M. Habib Rosyad <habib.ryd@gmail.com>
Introduce TypeDoc to generate reference documentation for JS SDK (#107)

Running `npm run build:docs` will create reference documentation in docs
folder. Distribution o...

github.com/yorkie-team/yorkie-js-sdk - 932f6a0109365a1a5f40697ccddccf7c651a259f authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Remove non-deterministic random from test code

Since the test contains non-deterministic random, the test coverage
changes each time the test i...

github.com/yorkie-team/yorkie-js-sdk - 131f68429d33746fbebba53aadbacdf466fddad1 authored about 4 years ago by hackerwins <susukang98@gmail.com>
Move `golint` and `govet` from `make lint` to `golangci-lint`

Move linters to `golangci-lint` so that it is not executed repeatedly.
And add `make lint` to CI...

github.com/yorkie-team/yorkie - 8314b1d2bbf6951d6d100b784716c66931173c1a authored about 4 years ago by hackerwins <susukang98@gmail.com>
Fix quill paragraph style errors (#104)

Co-authored-by: Youngteac Hong <susukang98@gmail.com>

github.com/yorkie-team/yorkie-js-sdk - 0ff95372a512a67c972d22a20b5122a3443d9e58 authored about 4 years ago by Jongil Seok <daclouds@gmail.com>
Update libs to fix security vulnerability(`npm update --depth`) (#103)

Co-authored-by: Jo Hyun Woo <hyunwoo.jo@navercorp.com>

github.com/yorkie-team/yorkie-js-sdk - 24d0f8d4aebd0cf955c6b139b5cd5e9a5390fe4b authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Implement `Document.GarbageCollect` in JS SDK (#101)

* Implement `Document.GarbageCollect` in JS SDK
* Run garbage collection for the clone
* Add g...

github.com/yorkie-team/yorkie-js-sdk - 34d33a5853bb616f2d9b480f7050bb5c45faa2a8 authored about 4 years ago by Soeun/Sona Lee <mojosoeun@gmail.com>
Assert nodesToDelete type

github.com/yorkie-team/yorkie-js-sdk - 2a86f304aa68eb1b51a049ae8f27590512fee6db authored about 4 years ago by hyunwoo.jo <hyunwoo.jo@navercorp.com>
Delete removed elements from the clone while running GC

When initially designing the GC, it was implemented so that only removed
elements from the orig...

github.com/yorkie-team/yorkie - 6b8e9c5856866a686ec1c0559e77538dda505f1e authored about 4 years ago by hackerwins <susukang98@gmail.com>
Change Logger to receive all values

github.com/yorkie-team/yorkie-js-sdk - c4b3f1db5bb9e0308e5550885c780baea4a3a995 authored about 4 years ago by Jo Hyun Woo <hyunwoo.jo@navercorp.com>
Add CHANGELOG.md

github.com/yorkie-team/yorkie-js-sdk - be8860beb7fb192c6bb5442b0f50e3a2d128e7c0 authored about 4 years ago by hackerwins <susukang98@gmail.com>
Update version to v0.1.0

github.com/yorkie-team/yorkie-js-sdk - e1eb796d731ef32a73a2cd4d0735ab7a7ec3ab4d authored about 4 years ago by hackerwins <susukang98@gmail.com>
Add version tag when pushing image

github.com/yorkie-team/yorkie - e737c69053f6dca4f09f97a4542539170ea46f4d authored about 4 years ago by hackerwins <susukang98@gmail.com>
Update version to v0.1.0 and add CHANGELOG.md

Several repositories using Yorkie had version issues. It has not yet
been released to users, but...

github.com/yorkie-team/yorkie - 01db33dda7360e3713b593f74cc539b854905567 authored about 4 years ago by hackerwins <susukang98@gmail.com>
Add tests for metrics config

Co-authored-by: Youngteac Hong <susukang98@gmail.com>

github.com/yorkie-team/yorkie - 176f243b7c89b1feda2650a9d4240f60deb6032f authored about 4 years ago by Jongil Seok <daclouds@gmail.com>
Do not execute metrics handler if config is not set

github.com/yorkie-team/yorkie - f6ff0d5ecb8455c13db7f5829f172a694411b2a9 authored about 4 years ago by daclouds <daclouds@gmail.com>
Add `declaration` field to support TypeScript

`/dist` is removed from the source and we made it created on release. This is
to avoid frequent...

github.com/yorkie-team/yorkie-js-sdk - 098090f2319c0af4ea77226301f36d447bf2c996 authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Apply `make fmt`

github.com/yorkie-team/yorkie - a56aa2553b4a1a84fb6f610da4006f00cb687329 authored about 4 years ago by Park Beomsu <bspark@jam2in.com>
Add test case for config

github.com/yorkie-team/yorkie - 47ef40adf71a6823560ea300219135c570866f10 authored about 4 years ago by Park Beomsu <bspark@jam2in.com>
Update README.md

github.com/yorkie-team/yorkie - ec91a9b5b7a4e627a284b9c42e88669b0547e18a authored over 4 years ago by Youngteac Hong <susukang98@gmail.com>
#32 Rename updatedAt to movedAt

github.com/yorkie-team/yorkie-js-sdk - 9c008a3eb3de9f77e6590755c7b7547b678331ef authored over 4 years ago by hyunwoo.jo <hyunwoo.jo@navercorp.com>
Update ROADMAP.md

github.com/yorkie-team/yorkie - 0118b2c4aa4d0c9af7538c52b197cf4befd7e340 authored over 4 years ago by Youngteac Hong <susukang98@gmail.com>
Add unit test for priority queue

github.com/yorkie-team/yorkie - b3cc5062a368251c5ee3bdd4bd00815cebb12f4c authored over 4 years ago by Park Beomsu <bspark@jam2in.com>
Rename incorrectly changed `moved_at` back to its original value

github.com/yorkie-team/yorkie - befc948e34119a75fb771e16071bb289d45f4c38 authored over 4 years ago by hackerwins <susukang98@gmail.com>
Add comments to exported functions related with ActorID

github.com/yorkie-team/yorkie - e9ee5400a42b97121d1f8020302603bf2eae430f authored over 4 years ago by CHOI HEE JAE <gmlwo530@gmail.com>
Add unit tests for checkpoint

github.com/yorkie-team/yorkie - 0a537b58902b418a7d9f1ec084e9872215a0e383 authored over 4 years ago by Park Beomsu <bspark@jam2in.com>
Replace codecov with orbs

We can reduce npm dependencies by using orbs provided by CircleCI.

github.com/yorkie-team/yorkie-js-sdk - ddfdf93b8b934f39a9e9e06d9e4a79109a8fe243 authored over 4 years ago by hackerwins <susukang98@gmail.com>
Update README.md

github.com/yorkie-team/yorkie-js-sdk - 01d58bce9272d7203a4eafbfcd51f5af7390c797 authored over 4 years ago by Youngteac Hong <susukang98@gmail.com>
Add a custom CRDT data type, Counter

Previously, We introduced the Increase operation to Primitive datatype.

However, in JavaScrip...

github.com/yorkie-team/yorkie-js-sdk - 80279c0b466271ae68d635f5d65e61926eb1b9df authored over 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>
Bump version to 0.0.10

github.com/yorkie-team/yorkie-js-sdk - e6d3f829a303907fbd70f0d49c970e7a3eca4fd8 authored over 4 years ago by hackerwins <susukang98@gmail.com>
Fix bug in RGATreeList.moveBefore

Co-authored-by: jeemyeong <jeemyeong@gmail.com>

github.com/yorkie-team/yorkie-js-sdk - afba3bbb93eb92cb02c3e35c3f2db1f66366b66d authored over 4 years ago by Youngteac Hong <susukang98@gmail.com>
Cleanup redundant error check

github.com/yorkie-team/yorkie - 8adf45e70cce9d2e5fff935cd829e693a62bfca2 authored over 4 years ago by Park Beomsu <bspark@jam2in.com>
Update README.md

github.com/yorkie-team/yorkie - c84728f98bc33cf09d018dfdd0fec8510e46a4d6 authored over 4 years ago by Youngteac Hong <susukang98@gmail.com>
Add a test file for json/rht

github.com/yorkie-team/yorkie-js-sdk - d3ac49a812bfe5c5b84033b65471437d6e643c73 authored over 4 years ago by Hwi Ahn <hwi.ahn@bigpicturelabs.io>
Add test case that checks config file existence

github.com/yorkie-team/yorkie - 1ce77f3a431a46abfa37fceba24f76f6f882dce6 authored over 4 years ago by Park Beomsu <bspark@jam2in.com>
Bump node-fetch from 2.6.0 to 2.6.1

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](...

github.com/yorkie-team/yorkie-js-sdk - 56193cce550bfbe05afc2798c01052a32091337c authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add contribution guide for README.md

github.com/yorkie-team/yorkie-js-sdk - 573f7244a1212b10b79a98d95e984599b394cc5b authored over 4 years ago by Kangho Lee <cannalee90@gmail.com>
Rename updatedAt to movedAt (#88)

github.com/yorkie-team/yorkie - 6438519d0f5d826d4a0cd178be7d618e852e5c79 authored over 4 years ago by Jongil Seok <daclouds@gmail.com>
FIx NumberProxy to Counter (#82)

* Change NumberProxy to Counter

Improved so that 'Increase operation' can be performed with a...

github.com/yorkie-team/yorkie - 50ca24b843118e0a3ed39142ed7e55a6b9923f55 authored over 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>
Remove panic in types.EncodeOperation

Remove panic in types.EncodeOperation and change return value of
types.EncodeOperation to ([][]...

github.com/yorkie-team/yorkie - 2bb8bf304ff634f4f0013287d897a0d232eb462a authored over 4 years ago by CHOI HEE JAE <gmlwo530@gmail.com>
Introduce CodeCov

github.com/yorkie-team/yorkie-js-sdk - 07f71feffe634b295c1963efb41fba920851d6e3 authored over 4 years ago by hackerwins <susukang98@gmail.com>
Introduce Husky

github.com/yorkie-team/yorkie-js-sdk - 0295c94291bdf21845e8c4eb4bc527807d50d81e authored over 4 years ago by hackerwins <susukang98@gmail.com>
Extract examples from `/dist`

github.com/yorkie-team/yorkie-js-sdk - ab307b2b9bda297648f9164a5fb691ae4da5ed38 authored over 4 years ago by hackerwins <susukang98@gmail.com>
Fix a function in util.js

github.com/yorkie-team/yorkie-js-sdk - b204725097330e6dfb041ca2cbeaf4a5a2659181 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
Cleanup client event types

github.com/yorkie-team/yorkie-js-sdk - d5600ccd81289a011f26af9e8f89c1d07e616330 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
Modify test code

After grouping event types, some events have to emit their values in
order to fully determine wh...

github.com/yorkie-team/yorkie-js-sdk - 172f7cca0da0ecda2d3a903d63f21601645c6bb5 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
Show network status in examples

github.com/yorkie-team/yorkie-js-sdk - b95303dd4e0dabc459ac435cd94e2ce2591d63b3 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
Remove random to prevent code coverage reduction

github.com/yorkie-team/yorkie - c2e641ff9a4c9e86304560826d5e6d5f492bc0ec authored over 4 years ago by hackerwins <susukang98@gmail.com>
Clean up the code (#74)

* Cleanup type

* Remove unnecessary function call

Remove runSyncLoop from method deactivat...

github.com/yorkie-team/yorkie-js-sdk - 3933cef19c0d079bd39ca4c34aa4c15c6955aeff authored over 4 years ago by Semin Park <SPark9625@gmail.com>
Cleanup error code with string enum (#72)

Co-authored-by: Youngteac Hong <susukang98@gmail.com>

github.com/yorkie-team/yorkie-js-sdk - 859ba3547493c55a33f3ef7771dd3648e716032e authored over 4 years ago by Semin Park <SPark9625@gmail.com>
Remove setTimeouts from tests

github.com/yorkie-team/yorkie-js-sdk - 26c5a8b9bb53c46602b45378175e84841f6b4583 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
Add testRPCAddr parameter

github.com/yorkie-team/yorkie-js-sdk - ef354f3548e3f53bc6ac4f9e133efe144abb39e9 authored over 4 years ago by jeemyeong <jeemyeong@gmail.com>
Add test code for handling network error (realtime sync)

github.com/yorkie-team/yorkie-js-sdk - e8a49680df5465c82cd693e04441532d9d7bb945 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
Add test code for handling network error (manual sync)

github.com/yorkie-team/yorkie-js-sdk - 512df2787287e7cc0ba769d06031c719d8679918 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
Rollback the commit that applied string value in LogLevel

github.com/yorkie-team/yorkie-js-sdk - f526f15c7c9d9753771ead9cea4e238ba4fe320b authored over 4 years ago by hackerwins <susukang98@gmail.com>
Extract `handleWatchDocumentsResponse` from `runWatchLoop`

github.com/yorkie-team/yorkie-js-sdk - 467b025e7cc4c227c5b27b90bc7f2525340ef0bf authored over 4 years ago by hackerwins <susukang98@gmail.com>
Use string value for enums exposed to external users

github.com/yorkie-team/yorkie-js-sdk - eef005fce03ba1e2d3e7648518daba43fcef3378 authored over 4 years ago by hackerwins <susukang98@gmail.com>
Add sourcemap to karma

github.com/yorkie-team/yorkie-js-sdk - 4b8adc20d07a8d0ebce2545e76a99c30a150f014 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
Fix delayed synchronization

When envoy proxy goes down and later comes back up, it used to be
that the connection does not g...

github.com/yorkie-team/yorkie-js-sdk - 97feb412787da8503928d5820fb214e6765430c4 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
Add CONTRIBUTING.md

github.com/yorkie-team/yorkie - 544e18055e9c59bff4cb8973e45590e820d9ed9b authored over 4 years ago by hackerwins <susukang98@gmail.com>
Introduce Prometheus metrics

Yorkie is getting more complex as features are added. So, we need to monitor the status of Agent...

github.com/yorkie-team/yorkie - 097108efbb03ac6843cd57ae660f5f10c5075149 authored over 4 years ago by daclouds <daclouds@gmail.com>
Update ROADMAP.md

github.com/yorkie-team/yorkie - 10a163ef7dd2a22eb1e6028935c3061c6d359b2c authored over 4 years ago by Youngteac Hong <susukang98@gmail.com>
Remove ncu

github.com/yorkie-team/yorkie-js-sdk - b4ead947e9100c328370153dfe3707ec82f45784 authored over 4 years ago by hackerwins <susukang98@gmail.com>
Bump up libs to fix a potential security vulnerability

github.com/yorkie-team/yorkie-js-sdk - 5b5d01bcf8d2979204d03cfc2b4da55986f463ea authored over 4 years ago by hackerwins <susukang98@gmail.com>
Prevent bursting sync requests when the network is unavailable

github.com/yorkie-team/yorkie-js-sdk - 24e4e740a3838c3b28c26970f174cabddd66eb8e authored over 4 years ago by hackerwins <susukang98@gmail.com>
Fix send on closed channel

When a client watches multiple documents, `panic: send on close channel`
has occurred because i...

github.com/yorkie-team/yorkie - 7978dcc9014b626720d0cc9e4ca9e1db86c047cd authored over 4 years ago by hackerwins <susukang98@gmail.com>
Fix a bug that stopped publishing events

This bug occurs in the order of Publish and Unsubscribe. I can't fix it
right now, I just added ...

github.com/yorkie-team/yorkie - 1b396353b63cd7529289a407c75fada6b89cebb1 authored over 4 years ago by hackerwins <susukang98@gmail.com>
Fix deepcopy of Primitive

Properties change when deleting an instance of Primitive.
It seems that it cannot be considered ...

github.com/yorkie-team/yorkie-js-sdk - 23494b8bb483d28e59bd51fe8beb2df5daf78e38 authored over 4 years ago by dc7303 <dc7303@gmail.com>
Add increase operation (#71)

* Add increase operation

I add 'number_proxy.go' and 'increase.go' for increase operation
on...

github.com/yorkie-team/yorkie - 016a8902274dbf8dab0c0493051b856617ce60ce authored over 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>
Cleanup enum

When using enum, enumerated numbers are assigned a value whose default
value increases from 0. S...

github.com/yorkie-team/yorkie-js-sdk - 8767a8b69e5a0fcea62653e0c6e2ba159284662c authored over 4 years ago by dc7303 <dc7303@gmail.com>
Cleanup enumerated data code

iota keyword can use like 'enum' in go. And it seems good to refactor
the enumerated data code u...

github.com/yorkie-team/yorkie - 95cacc698028c2e64a79ae8972b06efd5a7840fc authored over 4 years ago by dc7303 <dc7303@gmail.com>