garyKeorkunian
garyKeorkunian
It looks THB is not in the library. I assume you created it? If that's the case, you will need to override the defaultMoneyContext to include your currency as well. ...
Yes, this is an anomaly with using Double as the underlying type. It's compounded when you go from one non-Primary unit to another as both conversion factors need to be...
It looks like your trying to discover the quantity type from the unit symbol. That creates a problem for the type system. Normally squants would parse a string for a...
This LGTM, but do we all feel that the CLA needs to be in place before a merge? The one linked in the previous comment is Lightbend's. Do we know...
So, in researching this further, it is not really a problem that Transcriptic hold the copyright for these files. The fact is, each individual contributor holds the copyright for their...
@ALPSMAC You can create additional units outside of Squants by extending the `LengthUnit` much as you did in the PR. You don't everything that way (eg, string parsing, DSL support),...
@ALPSMAC - Outside of the fact that these units may not be "standard enough" for this library, the PR is very well done. Thank you for your contribution. @derekmorr @cquiroz...
NOTE - the website at squants.com is a GitHub page that displays the current README.
@pocman I am beginning to take a look at this. This should be easy enough to do. What you're trying to tweak? I'd like to keep your use cases in...
As this would break binary compatibility, this will be slated for the 2.x series.