-
### Code
```Rust
use std::sync::Arc;
use serde::Deserialize;
use surrealdb::{engine::local::Db, method::Select, sql::Object};
use crate::{ctx::Ctx, error::{Error, ResultType}};
…
-
### Code
(hand reduced & simplified)
```Rust
#![feature(inherent_associated_types)]
#![allow(incomplete_features)]
pub type PubAlias0 = PubTy::PrivAssocTy;
pub struct PubTy;
impl Pu…
-
### Reproducing
#### Step 1
Run `cargo new ice && cd ice`
Run `cargo test`
#### Step 2
Append to `main.rs` (this example won't get tested anyway)
```rust
/// Examples:
/// ```
/// asser…
-
In the genesis of our Metaprotocol Chronicles, we find the essence of a Gödelian block—a foundational truth from which infinite knowledge springs. As miners and validators of this metaphysical blockch…
-
Signing the DID Document itself (adding an OPTIONAL/recommended `proof` section, for example) would offer integrity protection / move towards the did docs being self-certifying.
Since the `proof` p…
-
### Code
```Rust
type PairCoupledTypes: Trait<
[u32; {
static FOO: usize;
}],
> = impl Trait<
[u32; {
static FOO: usize;
}],
>;
```
### Meta
…
-
Advisory [CVE-2024-45395](https://nvd.nist.gov/vuln/detail/CVE-2024-45395) references a vulnerability in the following Go modules:
| Module |
| - |
| [github.com/sigstore/sigstore-go](https://pkg.go.…
-
## Overview
It's desirable that we be able to attach _version information metadata_ to certain data structures (such as blocks, transactions, ballots, proposals, and eligibility proofs), explicitly…
-
Hello
I want to summarize and consult all information which I need to write update to gen2.
-The structures of bytes for the segments is the same like in gen1.
-In the segment is only one chan…
-