crystal-growth
crystal-growth
Thank you very much! 1) It seems that I'm still using on obsolete value from CODATA2014: 6.022_140_857e23 in my notebook. 6.022_140_76e23 is the rights value from current CODATA, I'll change...
Lapce crashes on files containing unicode subscript/superscript characters. For example,after opening [uom](https://github.com/iliekturtles/uom) crate, lapce crashes with following message thread 'main' panicked at 'byte index 62 is not a char boundary;...
Added test case for atomic unit of electric field, should fail until atomic units from PR #324 are merged.
Thank you! Now I need your advise with squashing: I've squashed all the commits into one commit with updated message in a new branch: https://github.com/crystal-growth/uom/tree/aos_particle_unit_squashed Should I create a new...
Command line recipe worked without problems, thanks!
Thank you very much for this great library!
I've also tested similar approach writing a toy library inspired by uom ([dimensional_quantity](https://github.com/crystal-growth/dimensional_quantity)) and found it quite convenient. This also simplifies defining rules for Temperature and TemperatureInterval quantities, that allows...