-
Access to hugging face is restriced on our remote servers. Is there a workaround?
-
### Code
```Rust
#![feature(with_negative_coherence)]
#![feature(min_specialization)]
#![feature(generic_const_exprs)]
#![crate_type = "lib"]
use std::str::FromStr;
struct a;
trait c {}
impl Fr…
-
We are only one best practice away from transitioning our OpenSSF badge from in-progress to passing! Thanks @hugovk and @radarhere for re-raising this in #7610.
I remember discussing this in the pa…
-
### Describe the bug
When querying devices by MAC address using SQLAlchemy with PostgreSQL's `MACADDR8` type, an unexpected type casting causes comparison failures after migrating from psycopg2 to …
-
### Code
mcve:
```rust
use std::future::Future;
fn invalid_future() -> impl Future {}
fn create_complex_future() -> impl Future {
async { &|| async { invalid_future().await } }
}
fn coerce_i…
-
### System information
- Ubuntu 22.04
- 1.0.5
- Cloud
### Description of the Issue
The `format` command with `--generate-metadata` crashes for a filename that doesn't contain `GCST`, even if the …
-
### 🐛 Describe the bug
I'm trying to use `get_ppr`, and I thought I was just using it wrong, but I get this error, even when running the provided test function (sorry it's so long):
```python
---…
-
FEYNMAN VOICE LEARNING SYSTEM
Design Document v1.0
1. CORE PRINCIPLES
A. Natural Learning Flow
- Speaking precedes writing
- Immediate articulation reveals understanding
- Real-time feedback drives …
-
Hi,
I'm trying to read in some CosMx data - I have a dataset formatted into a folder with the CellLabels and CellComposite directories and then the relevant CSV files. When I execute the code below…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Good afternoon. I found the following problem when deploying the self-hosted server
If you…