Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / rust-crdt/rust-crdt issues and pull requests
#151 - Example code in README.md is invalid
Issue -
State: open - Opened by jscatena88 5 months ago
#150 - No std support
Pull Request -
State: open - Opened by CBJamo 5 months ago
- 3 comments
#146 - Add `MaxReg` and `MinReg` registers
Pull Request -
State: closed - Opened by DaveLanday 7 months ago
- 9 comments
#143 - Use `#[serde(transparent)]` for single value containers
Pull Request -
State: closed - Opened by danth 9 months ago
- 2 comments
#142 - Add serde_json test vectors for all CRDTs
Pull Request -
State: closed - Opened by davidrusu 9 months ago
#141 - serde format could be more compact
Issue -
State: closed - Opened by danth 9 months ago
- 3 comments
#140 - GSet cannot store type f32: unsatisfied trait bounds
Issue -
State: closed - Opened by DaveLanday 9 months ago
- 1 comment
#138 - Drusu/resolve debian build failure
Pull Request -
State: closed - Opened by davidrusu over 1 year ago
#137 - misc. maintenance
Pull Request -
State: closed - Opened by davidrusu over 1 year ago
#136 - fails to test without feature "quickcheck"
Issue -
State: closed - Opened by jonassmedegaard over 1 year ago
- 6 comments
#135 - Why does merge() take ownership of the other side?
Issue -
State: open - Opened by exi over 1 year ago
- 6 comments
#134 - Add initial implementation and implementation of position_entries
Pull Request -
State: closed - Opened by TTWNO almost 2 years ago
- 4 comments
#133 - Expose `BigRational` in `Identifier`.
Issue -
State: closed - Opened by TTWNO almost 2 years ago
- 2 comments
#131 - feat(merkle_reg): return all_nodes stored in the MerkleReg
Pull Request -
State: closed - Opened by RolandSherwin about 2 years ago
#130 - source contains non-free image
Issue -
State: open - Opened by jonassmedegaard over 2 years ago
#129 - please tag releases
Issue -
State: closed - Opened by jonassmedegaard over 2 years ago
- 2 comments
#128 - Feature flags for disabling heavy dependencies
Pull Request -
State: closed - Opened by davidrusu over 2 years ago
#127 - Fix typo in README
Pull Request -
State: closed - Opened by shaver over 2 years ago
#126 - How sync (sql) tables/records?
Issue -
State: closed - Opened by mamcx about 3 years ago
- 3 comments
#124 - Docs: Explain `ResetRemove`
Issue -
State: open - Opened by Kiiyya about 3 years ago
- 3 comments
#123 - `Map::update` does not play well with `GCounter::inc`
Issue -
State: open - Opened by Kiiyya about 3 years ago
#122 - Make vvwe private until we can update it.
Pull Request -
State: closed - Opened by davidrusu over 3 years ago
#121 - Clippy & Deny unreachable pub
Pull Request -
State: closed - Opened by davidrusu over 3 years ago
#120 - Flip MerkleReg DAG
Pull Request -
State: closed - Opened by davidrusu over 3 years ago
#119 - adds support for generic counters
Pull Request -
State: open - Opened by sunny-g over 3 years ago
- 2 comments
#118 - Bug fix: make identifier dense
Pull Request -
State: closed - Opened by davidrusu over 3 years ago
#117 - Adding Hash impl to List struct
Pull Request -
State: closed - Opened by bochaco over 3 years ago
- 1 comment
#116 - Adding parents and children helper APIs to MerkleReg
Pull Request -
State: closed - Opened by bochaco over 3 years ago
#115 - Adding a parents helper API to MerkleReg and keeping branch height info in each node
Pull Request -
State: closed - Opened by bochaco over 3 years ago
#114 - Adding a parents helper API to MerkleReg
Pull Request -
State: closed - Opened by bochaco over 3 years ago
- 1 comment
#113 - Adding num_nodes API to MerkleReg
Pull Request -
State: closed - Opened by bochaco over 3 years ago
#112 - Dense GList/List identifier
Pull Request -
State: closed - Opened by davidrusu over 3 years ago
#111 - MerkleReg: A Merkle-DAG backed Register
Pull Request -
State: closed - Opened by davidrusu over 3 years ago
#110 - feat(glist): adding an append api which inserts after the last items as per locally seen markers
Pull Request -
State: closed - Opened by bochaco over 3 years ago
#109 - GList - Grow only list CRDT
Pull Request -
State: closed - Opened by davidrusu over 3 years ago
#108 - Replace VacuousValidation with Infallible
Pull Request -
State: closed - Opened by davidrusu over 3 years ago
#107 - List op constructors don't need &mut self
Pull Request -
State: closed - Opened by davidrusu over 3 years ago
#106 - add `split` helper method to `ReadCtx`
Pull Request -
State: closed - Opened by chpio almost 4 years ago
#105 - Replace `VacuousValidation` with `Infallible`?
Issue -
State: closed - Opened by chpio almost 4 years ago
- 1 comment
#104 - Use BigRational for LSeq Identifiers and Rename LSeq to List
Pull Request -
State: closed - Opened by davidrusu almost 4 years ago
- 2 comments
#103 - Chain CRDT - Append only data structure
Pull Request -
State: closed - Opened by davidrusu almost 4 years ago
#102 - 5.0.0 -> 5.1.0
Pull Request -
State: closed - Opened by davidrusu almost 4 years ago
#101 - Tuning some type bounds
Pull Request -
State: closed - Opened by davidrusu almost 4 years ago
#100 - Allow serialization of strategy_vec
Pull Request -
State: closed - Opened by iancoleman almost 4 years ago
#99 - Support validating before merging or applying
Pull Request -
State: closed - Opened by davidrusu almost 4 years ago
#98 - Rename Causal trait to ResetRemove and remove error type from funky crdt
Pull Request -
State: closed - Opened by davidrusu almost 4 years ago
#97 - Concise debug logs for Dot and Orswot
Pull Request -
State: closed - Opened by davidrusu almost 4 years ago
#96 - Release version 4.3.0
Pull Request -
State: closed - Opened by bochaco almost 4 years ago
#95 - LWWReg: Why are timestamps bad?
Issue -
State: closed - Opened by ColonelThirtyTwo almost 4 years ago
- 3 comments
#94 - lseq: do not apply op automatically, require apply method call
Pull Request -
State: closed - Opened by joshuef almost 4 years ago
- 3 comments
#93 - Fix clippy error and use matches macro
Pull Request -
State: closed - Opened by oetyng about 4 years ago
#92 - Add impl of inc/dec by many steps to counters
Pull Request -
State: closed - Opened by oetyng about 4 years ago
#91 - Release version 4.2.0
Pull Request -
State: closed - Opened by bochaco over 4 years ago
- 2 comments
#90 - Implement .keys, .values, .iter for Map
Pull Request -
State: closed - Opened by 5225225 over 4 years ago
- 2 comments
#89 - Ability to read Map keys
Issue -
State: closed - Opened by 5225225 over 4 years ago
- 2 comments
#88 - Add some functions to inspect the raw LSeq entries as opposed to just their values
Pull Request -
State: closed - Opened by bochaco over 4 years ago
- 5 comments
#87 - Make LSEQ mutation Dot counter to be 1-based
Pull Request -
State: closed - Opened by bochaco over 4 years ago
#86 - LSEQ Dot counter is 0-based in operations
Issue -
State: closed - Opened by bochaco over 4 years ago
- 4 comments
#85 - Add dot and id getters for LSEQ Op
Pull Request -
State: closed - Opened by bochaco over 4 years ago
#84 - Release version 4.1.0
Pull Request -
State: closed - Opened by bochaco over 4 years ago
- 2 comments
#83 - Minor enhancements to LSEQ implementation and API
Pull Request -
State: closed - Opened by bochaco over 4 years ago
- 4 comments
#82 - Release version 4.0.0
Pull Request -
State: closed - Opened by davidrusu over 4 years ago
#81 - Switch to github actions for CI
Pull Request -
State: closed - Opened by davidrusu over 4 years ago
#80 - ORSWOT Ops use member vecs instead of member sets
Pull Request -
State: closed - Opened by davidrusu over 4 years ago
#79 - Add Apache2.0 License file
Pull Request -
State: closed - Opened by abour over 4 years ago
- 1 comment
#78 - Add a license ?
Issue -
State: closed - Opened by abour over 4 years ago
- 3 comments
#77 - fix nix packages
Pull Request -
State: closed - Opened by chpio over 4 years ago
#76 - CI status not visible in pull requests or for commits
Issue -
State: closed - Opened by xldenis over 4 years ago
#75 - Version Vector with Exceptions
Pull Request -
State: closed - Opened by xldenis over 4 years ago
- 12 comments
#74 - Add LSeq type and implementation
Pull Request -
State: closed - Opened by xldenis over 4 years ago
- 8 comments
#73 - Mutating Ops
Issue -
State: open - Opened by FintanH over 4 years ago
- 1 comment
#72 - Ops Constructors
Issue -
State: open - Opened by FintanH over 4 years ago
#71 - Orswot add/rm mutation
Issue -
State: closed - Opened by FintanH over 4 years ago
- 4 comments
#70 - Vector-like CRDT
Issue -
State: closed - Opened by FintanH over 4 years ago
- 4 comments
#69 - Allow access to the underlying BTreeSet
Pull Request -
State: closed - Opened by FintanH over 4 years ago
#68 - CmRDT and CvRDT bounds on Map
Issue -
State: open - Opened by FintanH over 4 years ago
#67 - examples/reset-remove was merging in an already modified map
Pull Request -
State: closed - Opened by davidrusu over 4 years ago
#66 - Context for Map
Issue -
State: open - Opened by FintanH over 4 years ago
- 1 comment
#65 - Usability improvements
Pull Request -
State: closed - Opened by davidrusu over 4 years ago
- 1 comment
#64 - Loosen trait bounds
Pull Request -
State: closed - Opened by FintanH over 4 years ago
#63 - Trait Bounds
Issue -
State: closed - Opened by FintanH over 4 years ago
- 3 comments
#62 - Documentation
Issue -
State: closed - Opened by ayjayt over 4 years ago
- 1 comment
#61 - Feature Request: Bounded Counter
Issue -
State: open - Opened by dan-da almost 5 years ago
- 1 comment
#60 - Support add/remove of multiple elements
Pull Request -
State: closed - Opened by pnehrer almost 5 years ago
- 1 comment
#59 - Add ability to obtain read context without a value
Pull Request -
State: closed - Opened by pnehrer almost 5 years ago
#58 - Sequence CRDTs
Issue -
State: closed - Opened by xldenis almost 5 years ago
- 9 comments
#57 - Feature Request: Support addition and removal of multiple Orswot members at a time
Issue -
State: closed - Opened by pnehrer almost 5 years ago
- 3 comments
#56 - Feature Request: Method to obtain ReadCtx without copying any data
Issue -
State: closed - Opened by pnehrer almost 5 years ago
- 3 comments
#55 - refactoring
Pull Request -
State: closed - Opened by adamnemecek almost 5 years ago
- 1 comment
#54 - Replace hashbrown's `HashMap` with libstd
Pull Request -
State: closed - Opened by chpio about 5 years ago
#53 - backward- and forward-compatibility & `CmRDT`/`CvRDT` derive macros
Issue -
State: open - Opened by chpio about 5 years ago
- 2 comments
#52 - remove `map::Op::Nop`
Pull Request -
State: closed - Opened by chpio about 5 years ago
- 3 comments
#51 - Support for recursive data types (e.g. JSON) ?
Issue -
State: open - Opened by ngortheone about 5 years ago
- 14 comments
#50 - Feature request: δ-CRDTs
Issue -
State: open - Opened by ckaran over 5 years ago
- 11 comments
#49 - Release 2.0
Pull Request -
State: closed - Opened by davidrusu over 5 years ago
#48 - simplify merge logic for map and orswot
Pull Request -
State: closed - Opened by davidrusu over 5 years ago
#47 - Look into some sort of styleguide linter/formatter à la `cargo fmt`
Issue -
State: closed - Opened by davidrusu over 5 years ago
- 1 comment
#46 - Format code using 'cargo fmt'
Pull Request -
State: closed - Opened by Atul9 over 5 years ago
- 1 comment
#45 - replace apply_<op> with apply(op)
Pull Request -
State: closed - Opened by davidrusu almost 6 years ago
#44 - Use serdes re-export of serde_derive
Pull Request -
State: closed - Opened by davidrusu almost 6 years ago