alchemist icon indicating copy to clipboard operation
alchemist copied to clipboard

A scientific conversion library.

Results 5 alchemist issues
Sort by recently updated
recently updated
newest added

Rails 6.1 uses the spaceship operator against 0 to verify numerical-ness, but this doesn't work.

Bumps [rake](https://github.com/ruby/rake) from 10.0.3 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

1000.meters.to.kilometers is returning 1000. it should be 1

Right now, alchemist provides very basic `to_s` methods. In the case of a simple measurement, they simply convert the float version of the measurement to a string: ``` ruby irb(main):003:0>...

I keep wanting to put more and more into Library, this probably means there are some classes that could be extracted.