-
Hi. Trying to iterate like
```
let a = MyVal::new(&db, vec![1.0]);
let b = MyVal::new(&db, vec![2.0]);
let p = m_merge(&db, a, b);
for i in 0..10 {
a.set_md(&mut …
-
Hi Eoghan et al,
After sorting out my python env issues, I've managed to successfully run Pore-C-Snakemake through to its salsa bed outputs, and it seemed to work beautifully in that (good news!).
…
-
Hi there. I've used SalsaPress on a couple of WP sites now and it worked seamlessly. I can't get it to come through on a new one (http://gaspgroup.org). It's connected (see below) but when I try to in…
-
Now that we are using procedural macros, before we call https://github.com/salsa-rs/salsa-rfcs/pull/1 complete, we really ought to have tests checking that we get an error in various illegal condition…
-
I noticed that the patches https://salsa.debian.org/installer-team/debootstrap/-/merge_requests/76 and https://salsa.debian.org/installer-team/debootstrap/-/merge_requests/81 have been merged in Debia…
ottok updated
8 months ago
-
At the moment the book is split between the two versions, with some some pages using `salsa-2022` _with_ a warning, some using `salsa-2022` _without_ a warning, and some using the non-`salsa-2022` ver…
-
```
What steps will reproduce the problem?
1. Download and extract the zip file found on code.google.com (
https://narro.googlecode.com/files/narro-0.9.4.tar.gz )
2. setup the database by editing the…
-
Hi, I was able to catch an invalid memory access in Salsa that is reproducible on database `Drop`:
```
__pthread_kill (@__pthread_kill:5)
pthread_kill (@pthread_kill:75)
abort (@abort:48)
mallo…
-
**Problem Statement**
Salsa is verbosely logging query and computation events at the INFO level which makes it hard to find info from client libraries or applications in the logs.
**Background and…
-
### Project folder
[fannkuchredux2.zip](https://github.com/rust-lang/wg-cargo-std-aware/files/7575611/fannkuchredux2.zip)
### Build Command
`cargo +nightly build -Z build-std=std,panic_abort --targ…