-
Most processors have a floating-point "environment" which includes the rounding mode, exception state, and probably other stuff.
C has a bunch of floating point environment-manipulation functions whi…
-
**Describe the bug**
For "simple" variants like `std::variant` there can never be a "valueless_by_exception" state. Hence for these cases `std::visit` should be `noexcept(true)` and no exception code…
-
Suggestion for myself to implement the [G123 statistic](https://academic.oup.com/genetics/article-abstract/210/4/1429/5931099), which is analogous to H12 but works with unphased diplotypes instead of …
-
The text rendering library didn't age well and while trying to use it for the upcoming UI library (mosra/magnum-extras#2, not there yet) I got _really_ angry at the shameful state of it. My previous j…
-
Some history in #283
It would be nice if line editing commands like `cut line` were in `line_commands.talon` with the other line editing commands. A few reasons:
1) I change `delete line` to `s…
dwiel updated
3 years ago
-
I came here via [a napari issue](https://github.com/napari/napari/issues/1058), where we run into the same assertion failure (e.g. `assert (c, b) not in self._edges_lookup`) mentioned here and in #194…
-
**What happened**:
I am trying to load an array from numpy into dask that uses custom striding (essentially a variant of [stride_tricks](https://numpy.org/doc/stable/reference/generated/numpy.…
-
@AltSysrq do you have any sense of what functionality would be required from Serde before fourleaf could take advantage of Serde's serialize and deserialize traits?
The only one I could discern fro…
-
It could be useful to add the complexity of all the algorithms implemented in [scipy.sparse.csgraph](http://docs.scipy.org/doc/scipy/reference/sparse.csgraph.html#module-scipy.sparse.csgraph), in orde…
-
Implementing a Trait for a type T (where T is a function with a given a signature) and then trying to implement the same trait for another type T (where T is a function with a different signature) doe…