Andreas Gullberg Larsen

Results 259 comments of Andreas Gullberg Larsen

No comments from the author, I think we should just proceed with this. @LHTXQ would you be willing to attempt a pull request? I'm happy to assist. Generally, just edit...

No problem, let me know when you want to proceed in any way. I'll try to assist.

Localization feature discussed here: https://github.com/angularsen/UnitsNet/issues/397 Also, someone started on an implementation, but progress stopped: https://github.com/angularsen/UnitsNet/pull/974

Did this ever work? In what version? The abbreviation is defined as `Ω` in JSON. https://github.com/angularsen/UnitsNet/blob/master/Common/UnitDefinitions/ElectricResistance.json#L11-L22 ```cs // Throws // UnitParser.Default.Parse("Ohm", typeof(ElectricResistanceUnit)) // OK UnitParser.Default.Parse("Ω", typeof(ElectricResistanceUnit)) ```

Thanks for reporting, could you please post a list of the units with wrong plural form on #1200 ?

A lot of good information here, but there is a lot of text to digest and some ideas in several directions. Can you help me understand better your proposal, by...

I will try to find time to get back to this sometime soon.

Hm, the wiki docs seem outdated: https://github.com/angularsen/UnitsNet/wiki/String-Formatting This is the latest PR that changed this: [Add support for standard numeric format strings](https://github.com/angularsen/UnitsNet/pull/788) In particular, this xmldoc describes the current capabilities...

Yes, for good or worse, we decided on a different breaking point for scientific notation that felt more easy to read. Beyond that, I think the behavior is inline with...