exocore icon indicating copy to clipboard operation
exocore copied to clipboard

A distributed private application framework

Results 83 exocore issues
Sort by recently updated
recently updated
newest added

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.19 to 0.4.20. Release notes Sourced from chrono's releases. 0.4.20 chrono is a date and time library for Rust and 0.4.20 is the first chrono release since...

dependencies
rust

Bumps [prost-types](https://github.com/tokio-rs/prost) from 0.10.1 to 0.11.1. Release notes Sourced from prost-types's releases. prost-types-v0.11.1 Removes extra spaces in doc comments Commits a577931 chore: Prepare types & build 0.11.1 release (#697) cab0710...

dependencies
rust

Bumps [prost](https://github.com/tokio-rs/prost) from 0.10.4 to 0.11.0. Release notes Sourced from prost's releases. v0.11.0 PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from...

dependencies
rust

Bumps [prost-build](https://github.com/tokio-rs/prost) from 0.10.4 to 0.11.1. Release notes Sourced from prost-build's releases. prost-build-v0.11.1 Removes extra spaces in doc generation Commits a577931 chore: Prepare types & build 0.11.1 release (#697) cab0710...

dependencies
rust

Only one node can have the application host role at the moment to prevent running the application code in parallel on multiple nodes. We should decide on which node can...

💾 Applications

Since the data layer may never be ready, until we persist the pending store, we should fail mutations as long as the data layer is not ready (i.e. synchronized with...

good first issue
⛓ Chain
📚 Index
✨ Stabilization

In order to make sure there aren't 2 nodes modifying underlying segments / meta at the same time.

good first issue
✨ Stabilization

Should use Dart FFI Should use C client from https://github.com/appaquet/exocore/pull/437 See https://medium.com/flutter-community/using-ffi-on-flutter-plugins-to-run-native-rust-code-d64c0f14f9c2

📱Clients

Using [Tantivy snippets](https://github.com/tantivy-search/tantivy/blob/5f574348d184559caa024912306bc54fac3b1086/examples/snippet.rs). Should return matching snippet in `EntityResult` (`query.proto`)

good first issue
📚 Index