-
Union types express a subtyping relationship, but I am unclear as to whether typeclasses (i.e. Rust's traits) do?
If a `trait B` extends another `trait A` and `B` reuses the implementations of `A`, c…
-
I have model with Primary and Range key and I also have GlobalSecondaryIndex defined with Primary and Range key as well.
When I run query on the GlobalSercondarIndex I don't get all the attributes of…
-
We can at times end up with a large number of fixed mutations. It would be nice to have a way to remove these. I think we discussed having `simplify()` do this, but it does not:
```
ts = msprime.sim…
-
As LLA is now an abandonedware, I am looking into Magicl as a potential back-end of [numcl](https://github.com/numcl/numcl). I would like to be briefed about the library in order to make myself 100% …
-
https://github.com/kaldi-asr/kaldi/blob/813b73185a18725e4f6021981d17221d6ee23a19/src/matrix/kaldi-matrix.cc#L55-L56
The L1 cacheline size on all Xeons and AMD EPYCs I checked is 64. The actual alig…
-
_Background read: [Can Scala have a highly parallel typechecker?](https://medium.com/@gkossakowski/can-scala-have-a-highly-parallel-typechecker-95cd7c146d20)_
This is a meta issue with a quick over…
-
**I tried this code:**
```rust
pub fn largest_rectangle_area(heights: Vec) -> i32 {
let mut widths = vec![(0usize, heights.len()); heights.len()];
let mut stack = vec![];
for …
-
The test interface.artificial_table fails with rethinkdb 2.3.6 on Alpine Linux (x86_64):
````
FAIL interface.artificial_table …
ncopa updated
7 years ago
-
Hello all,
I did an alignment of long-reads (~5000nt) against a reference with breseq version 0.36.1. Here is the command line:
```
breseq -r "$REFERENCE" -p --polymorphism-frequency-cutoff 0…
-
### Author background
- **Would you consider yourself a novice, intermediate, or experienced Go programmer?**
I consider myself an intermediate to experienced go programmer writing Go for the last…