-
## Issue Description
Certain notaries have been found to have abused the Filecoin plus program by awarding DataCap without conducting thorough due diligence and raising flags for collusion
## Impact…
-
Nomination 🗳️
Nominee name:
Sebastian Elfors
Senior Architect, IDnow
Email: sebastian.elfors@idnow.io
Personal bio:
Sebastian has worked more than 25 years in the PKI industry with standard…
-
### Code
```Rust
#![feature(generic_const_exprs)]
pub async fn something(path: &[[usize; N_ISLANDS]; PrivateStruct]) -> usize {
match path {
[] | _ => 0,
}
}
pub fn m…
-
### Code
```Rust
#![feature(rustc_attrs)]
#[rustc_variance]
trait MyTrait { }
fn main() { }
```
### Meta
`rustc --version --verbose`:
```
rustc 1.73.0-nightly (db7ff98a7 20…
-
# Open Grant Proposal:
Secure package repo for python
**Name of Project:**
Secure package repo for python
**Proposal Category:** Choose one of `core-dev`, `app-dev`, `devtools-libraries`, `inte…
-
### Code
original code from `tests/ui/issues/issue-20797.rs`
```Rust
// build-pass
// Regression test for #20797.
use std::default::Default;
use std::io;
use std::fs;
use std::path::PathBuf;
pub …
-
### What happened?
When computing the standard deviation over one dimension of a chunked DataArray, one may get NaNs.
### What did you expect to happen?
We should not have any NaNs
### Minimal Com…
-
## Background
Confidential computing aims to minimize the need for trusting infrastructure providers and its operators. It protects data-in-use by isolating computation on sensitive data to hardwar…
-
### Code
```Rust
#![feature(type_alias_impl_trait)]
use std::future::Future;
fn main() {
type SomeFuture SomeFuture
-
### Code
```Rust
#![feature(type_alias_impl_trait)]
use std::future::Future;
type FutNothing () {
()
}
async fn indirect() {
call(operation).await
}
async fn call(mut f…