-
@09012000-tosca
-- **data owner**: EMBRC or the station or EMO BON?
According to [EMOBON’s Data Management Plan](https://www.embrc.eu/sites/default/files/publications/EMO_BON_Data_Management_Plan…
-
Since a crate on Crates.io has to only have Crates.io dependencies (or path/SCM dependencies with a Crates.io fallback), using Servo in a crate prevents you from publishing said crate to the registry.…
-
I opened this issue in vite plugin rsw a long time ago https://github.com/rwasm/vite-plugin-rsw/issues/18 it was fixed and is reproducing again if we upgrade.
Actually, it is a pretty big update b…
-
### Problem
Main `scarb.toml`:
```
[workspace.dependencies]
cairo_test = "2.8.2"
```
Workspace's member `scarb.toml`:
```
[dev-dependencies]
cairo_test.workspace = true
```
Result in:
…
-
### Describe the problem
I use the bundle ID `ch.2221.billet`. This is an invalid bundle ID on Android, but it is valid on iOS. I use this bundle ID because I've used a different tech stack before …
-
Hello, I'm interested to use the primitives part of this SDK (transaction) - without the rest of the dependencies, is it possible to create more crate for each part of this project?
-
Arenas can be categorized into three kinds:
* bump arenas: No reuse of the backing storage is supported
* non-generational arenas: Reuse of the backing storage is supported, but indices can be reuse…
-
Our local cluster tests are currently unstable because two local cluster runs can select the same port for a network component leading to one of the tests failing to bind to this port. The underlying …
-
We need to implement tracing for all client methods and transports. PII needs to be sanitized and the safest option it so remove incidental printing of values e.g., derive or implement `Debug` and/or …
-
**Songbird version:** 0.4.3
**Rust version (`rustc -V`):** rustc 1.81.0 (eeb90cda1 2024-09-04)
**Description:**
The program panicked in rusty pool thread when using `HlsRequest`
```
threa…