-
From [John Watson on the mailing list](https://groups.google.com/d/msg/elm-discuss/d693_cKtIuk/39l-fYQHBAAJ) comes this idea:
``` elm
almostEqual : Float -> Float -> Expectation
```
It would be pret…
mgold updated
7 years ago
-
Loss stats and jitter are listed in the RRUL spec (https://www.bufferbloat.net/projects/bloat/wiki/RRUL_Spec/) but not available in Flent. I'd like to be able to see packet loss to compare the drop de…
-
Currently Drake contains lots of code with `VectorXd` and `Isometry3d`, explicit `double` variables, and constants of type double. For analysis, much of the code will need to be templatized by `Scalar…
-
In Sagemath we encounter in our [ticket #22799](https://trac.sagemath.org/ticket/22799)
```
RuntimeWarning: invalid value encountered in multiply
```
while multiplying a `numpy.float32` number wit…
-
Same basic reasoning as for #2 and #3. For Unix block end times, we cannot just use the start of the next Unix block, as there is almost always an offset between the two. Irritatingly, the offset is n…
-
I made a brief comment about some gcc's paranoid float equality warnings in issue #167 but I feel I need to draw attention to this as a separate matter, specifically the function `static bool approx(c…
-
_From @pfalcon on May 24, 2015 23:49_
> Installation
> go get decomp.org/x/cmd/restructure
All I get is:
> package decomp.org/x/cmd/restructure: unrecognized import path "decomp.org/x/cmd/restructu…
-
From https://github.com/AnalyticalGraphicsInc/gltf-pipeline/pull/203/:
> The glTF spec does not define `NORMAL` and `TANGENT` attributes. See
>
> https://github.com/KhronosGroup/glTF/tree/master…
-
Maybe I've missed it, but is there a document that describes all the external dependencies of the source code?
In particular, what is "mpir.h" ?
-
```
We cannot change the DataSet class, because the pickle files become invalid
otherwise. Possible solutions
define a "raw data Python format" from which it is fast to generated a DataSet and r…