-
Sorry to misappropriate the Issues tab as support, but I wasn't sure where to post this, but it is csoundo related I guess?
I'm using the dust opcode and I want to visualise the impulses in Process…
-
VMware has announced its intent to acquire Heptio, and as we join forces we are going to resolve any confusion / conflict with Arq (a different backup tool). We need your ideas to rename Heptio Ark—pl…
-
UPDATE: There has been some progress on this issue. `crate::` prefixes now work, but you still don't get suggestions from other crates except when you write an explicit `extern crate`.
When you get…
-
This works:
```
kArr[] genarray 1, 128
printk 1, lenarray:k(kArr)
```
But this theoretically equivalent code gives to me an error message in the console output:
```
kArr[…
-
Is there any documentation for the crates.io API currently? If so, then would it be possible to link to it on crates.io? (both where it is mentioned on the homepage and maybe in the docs dropdown)
…
-
Sometimes I need to view dependencies of some crate and I think that it would be easier to add this feature (via a command line option) here rather than creating a separate tool for that.
What do y…
-
Validation needs to be able to access the fully normalize, non-erased type of a local. Currently (well, with https://github.com/solson/miri/pull/297 merged), we use our own copy of some functions from…
-
## Code:
``` rust
trait Wrap for Wrapper
where P: Process>::Item: Iterator {
fn foo(&mut self) {}
}
pub trait Process Wrap::select::hd311ca92298c935c5uP
10: 0x107dbe95f - middle::trait…
-
crates.io's feature validation is inconsistent and rejects features with "." even though these features are accepted by `cargo`/`rustc`. This validation isn't applied when using `cargo publish --dry-r…
-
I get "segmentation fault" while running Csound from CsoundAC Python front end. Csound itself runs alright from the command line. My guess is that CsoundAC was not compiled properly. I have Ubuntu 18-…