-
Pre open-source:
- [x] Website
- [x] Basic Typescript runtime
- [x] Do query & mutation over websocket
- [x] Primitive Subscriptions working
- [x] Publish Crate and NPM package
- [x] Add n…
-
Hello,
this might get long so I'll do a bit of an intro. We've done some work on tremor (github.com/wayfair-tremor/tremor-runtime) attempting to move for actix and threads to a more async-std impleme…
-
Hey I already have a working version of the [callback protocol ](https://www.apollographql.com/docs/router/executing-operations/subscription-callback-protocol) using async_graphql. Would you be open t…
bnjjj updated
10 months ago
-
When a large number of search requests are sent in quick succession, Meilisearch tries to process them all as quickly as possible, simultaneously. This can cause a couple of issues:
1. Since each s…
-
Subscribe to this issue and stay notified about new [daily trending repos in Rust](https://github.com/trending/rust?since=daily)!
-
cargo team notes:
- [Summary](https://hackmd.io/@kobzol/S17NS71bh)
This is primarily targeted at docker layer caching for dependencies. For limiting docker layer caching of workspace members, see #1…
-
# BWoS Block-based bounded Workstealing queue for tokio
We have developed a block based workstealing queue based on [BBQ] which can considerably improve the performance of the multi threaded schedu…
-
### Problem
A user might `cargo add fooo` when they mean `cargo add foo` and get the wrong crate
### Proposed Solution
When adding a new registry dependency, warn of dependencies that are an edit d…
epage updated
2 years ago
-
I was following chapter 12.3 of the Rust book [0]. Particularly this snippet from Listing 12-14:
```rust
use std::env;
use std::process;
use minigrep;
use minigrep::Config;
fn main() {
…
-
As a protocol, Atomic Data is mostly designed with the assumption that HTTP URLs do not change, and will continue to be hosted for as long as needed. In practice, this does not always happen. This bas…