Derek Morr
Derek Morr
I had tried to grab Erik from the Spire project at NEScala to talk about this, but we never connected. He seemed to think there were issues with the current...
Hi, Adding support for pfund is straightforward -- it's just adding a new `MassUnit` object to `Mass.scala`. I can make up a PR for that if you need it. We...
We've run into i18n issues before, for example #144. This might be a similar issue. With regard to "mcg" vs "µg", we're not consistent on that. We use the "µ"...
We also need to update the site to reflect the current version, 1.0.
Do you have a use case for this, or is this just a general request for enhancement? Trying how to understand where to define a boundary between squants' time units...
I really don't like the idea of making the `apply` functions partial or of using recursion in a critical path.
There's a similar but different approach proposed by Miles Sabin - https://gist.github.com/milessabin/c9f8befa932d98dcc7a4 it doesn't rely on casting.
Similar to #253 this is a known issue b/c the library currently uses doubles. For 2.x, this will be fixed.
Has there been any progress on this issue? We are running into this problem with our ODK instance -- the PostgreSQL database keeps running out of memory when we try...