-
Hi everyone,
I've created this issue under `rsroll` because my initial idea was to introduce authors of 3-different software packages focused rolling sums / CDC, and `rsroll` is the one that `rdedu…
-
Are there are plans for mainlining these patches upstream in the Wine project itself, or maybe better, the Wine-staging patches with a respective esync toggle? Or will these patches always remain a se…
-
Right now, blocks are limited to 1 MB each. When backing up to a cloud storage, the latency related to reading and writing may be significant, reaching up to several seconds per operation.
A poten…
-
I want to contribute to Nix and the surrounding ecosystem, but I find that modifying existing code or writing new code in C++ is much more error-prone for me and I (along with others, I'm sure) could …
-
## source code
``` rust
#[derive(Clone,)]
pub struct TaskTest{
id: String
}
#[async_trait::async_trait]
impl PodProcessor for TaskTest{
async fn process(&mut self, id: &str)->anyhow…
-
This is a proposal for the addition of mutable structs:
```rust
struct Node[t: Type, r: Region] {
data: t,
prev: Option[Node[t, r]]
next: Option[Node[t, r]]
}
```
## What is a struct…
-
This came up recently on twitter: https://twitter.com/fasterthanlime/status/1491803585385877519
Where @fasterthanlime ran into an unexpected difference in behavior that caused a deadlock.
The fo…
yaahc updated
2 weeks ago
-
the library is still using the legacy [android support compat](https://developer.android.com/topic/libraries/support-library) stuff. in my build based on the current SDK, this doesn’t work.
I have …
-
Some people expressed interest in a volatile `Cell`-like type that owns the value, similar to the [`v0.3` interface of this crate](https://docs.rs/volatile/0.3.0/volatile/struct.Volatile.html). I thin…
-
My inclination is to put the new chapter *immediately* after the Fearless Concurrency chapter. That will have given people a lot of the relevant mental machinery for thinking about concurrency in gene…