Derek VerLee
Derek VerLee
Out of curiosity what is happening [here](https://github.com/iliekturtles/uom/blob/master/src/tests/quantity.rs#L40-L45)? It certainly seems to be picking units dynamically in the from_str test. I'm a rust newbie at the moment, I was able to...
That works! The trick to getting the `FromStr` workaround was using `` rather than `` as you said. Your explanation also helped me understand what I was seeing a bit...
I had this happen to me as well using some code a lot like this, but it worked once I set a height and width on the div for the...