-
@gilleslandais originally wrote by email:
> (8) Transmutations of metadata?
> there is also the "supplying metadata in multiple formats" - do you mean the "format" Datacite term? or content-typ…
-
Along the lines of `useless_transmute`, it seems plausible to warn on `transmute::(x)` where `X` and `Y` aren't both primitive types or marked `#[repr(C)]`, since as @ubsan keeps reminding us this is …
-
### tldr
Transmutation chamber not working correctly across dimensions.
### Setup
I have a transmutation chamber hooked up to an ME system from applied energistics set to be the highest priority …
-
We just had something like the following code in IRC. It would be nice if clippy suggested to replace the transmute with `&*(self.0 as *const i32)`
```rust
struct Foo(*const i32);
fn foo(foo: &Fo…
-
I've seen some issues here, but most of them are because the files are not in the right order or the sequence names are not the same. [209](https://github.com/isovic/racon/issues/209), [203](https://g…
-
**Tickets that do not conform to this template will be closed without comment**
Exact ProjectE version (do not say "latest", "latest on Curse", or similar):
1.12.2-PE1.4.1
Exact Forge version:…
-
Hello,
Thank you for writing this very useful program. I hope you can help me with this problem. I see other issues about this error but I haven't gotten it to work.
I ran minimap2 on reference.…
-
Hello I installed racon via conda `conda install racon`
I made my SAM file using bwa.
then I run racon:
`racon -t 20 joined_reads.fastq UlvaAlignContIlu.sam ulvacomp.contigs.fasta > polished_co…
-
Hi,
I am trying to polish a PacBio assembly with illumina reads. After one round of polishing using the pacbio reads, I mapped the illumina reads to the the polished assembly with minimap2 and used t…
-
Is there a guarantee that `Aligned` has the same memory representation as `T`, and is thus sound to transmute to `T`?