Tiffany Bennett

Results 48 comments of Tiffany Bennett

Water seems to be the weight per volume of water, and it is used to define mmH2O by multiplying it with length. Confusingly, "mercury" and "Hg" actually refer to different...

I've added substances in a branch. It looks like this: ``` > density of test 1200 kilogram / meter^3 (density) > mass of ml test 1.2 gram (mass) ``` (test...

Not quite as convenient as I was hoping for, but I'll definitely having a go at obtaining the data from these sources.

I've pushed support for substances to master. The original issue should be resolved now, but I will leave this open for the second part about sourcing data. ``` > 3.7...

@bofh453 I'm having some difficulty with these sources. The NIST data only seems to have a small subset of what the CRC handbook offers - it doesn't seem to have...

I'll have to refactor some internals to make that work, but for now you can write constants in the right-hand side of conversions, e.g. ``` > 1500 USD -> 3...

The implementation of this is proving to be more complicated than I anticipated, as it requires tagging numbers with the originally specified units. I have a WIP implementation locally that...

I changed the timeout to 2 seconds and made it so that it will attempt to reuse the existing cached file if the request fails. I hope that will fix...

I was playing around with making my own impl of kql and I got this far with a grammar for it. I think I'm missing some important context that's not...

I got close to getting this working using @IwateKyle's suggestion, but no matter what I do, tags have their self closing part stripped off, producing invalid XML. Like I would...