Rob Emery
Rob Emery
@ndegruchy If I remember correctly this is based on the server time which in most situations should be close enough to your timezone. Is it chosing the correct date if...
@moollaza sounds perfectly reasonable to me
> I would say just switch to kgs everywhere? We can see if there's any backlash and re-adjust if so? Absolutely! Only damn American's use silly units like lbs!
Agree completely, however I think it might depend on your region settings? For me it shows in KG:  Just to be unbelievably pedantic, lbs is confusingly both mass and...
Yeah it does: https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/SolarSystem.pm#L54 https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/t/SolarSystem.t#L82 Looks like you can force it into sensible units irrespective of location if you add "metric" on the end: https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/SolarSystem.pm#L47
I can confirm this, however I think it's any operation involving *any* root of pi
Hmm, I'm not sure here. The ColourPicker is consistent with the ColourCodes IA https://duckduckgo.com/?q=bb0000&t=vivaldi&ia=answer which uses the `Color::Mix` cpan module whereas I believe ColourPicker uses some hand-written js. I guess...
Hmm ColorHex.com implies that both IA's are wrong: http://www.color-hex.com/color/bb0000 and it should be `#bb0000` `#bb5e00` `#bb005e` I'd like a second source though
So based on that information, both ColorPicker and ColorCodes are affected, related issue for ColorCodes: https://github.com/duckduckgo/zeroclickinfo-goodies/issues/4313