Björn Buckwalter

Results 19 issues of Björn Buckwalter

It seems the doctests (more specifically the way the test suite is set up) are more generally broken. This works: $ stack exec doctest src -- -XNoStarIsType Examples: 181 Tried:...

I ran into this one at work. 😮 https://www.efunda.com/forum/show_message.cfm?start=1&thread=1&id=30: > When I was working for Lockheed Martin, it was common to refer to mass as "snails". It was developed (I...

`showIn degree (2 *~ degree)` == `"2 °"`. It should be `"2°"`. From https://physics.nist.gov/cuu/pdf/sp811.pdf: > ## 7.2 Space between numerical value and unit symbol > > In the expression for...

bug

Add a short section to README with examples of defining units with `mkUnit*` (probably `mkUnitR` is sufficient for the README?) and `atom`. See #181.

documentation

See the issue and comments posted by fredhpitts at: https://code.google.com/p/dimensional/issues/detail?id=43 They have been copied below for posterity(?) as google code is going away next year. @dmcclean feel free to add...

enhancement

`scaledAxis` allows to define both axis endpoints while `autoScalesAxis` allows defining none. The `scaledAxis'` function proposed here allows to define a single endpoint (or both, or none) having undefined enpoints...

When using the `parskip` package the spacing between section header and text differs compared to `xelatex`. Without `parskip` the whitespace is identical to the `xelatex` output. I assume this a...