You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Add here a brief explanation to which units should be added and possibly why (e.g. they are often used in a specific job). We know that there are a ton of unit of measurement that are not yet added to this app. We want to have just the most used one.
Angstrom and Pound are already part of the library, while we do not plan to support currencies (but you can easily do it, check the example in the README). For what concerns the extension on the enums, can be an intersting idea
Angstrom and Pound are already part of the library, while we do not plan to support currencies (but you can easily do it, check the example in the README). For what concerns the extension on the enums, can be an intersting idea
Hi , sorry , I added them mistakenly , what I want is AM/PM (12H) to (24H) , for example 8:00PM is 20:00 ? is that possible ? Yes , use enums on extension can make code much more simpler , you don't have to create class instance everytime you want to use the symbol . you can ask chatgpt to generate for you .
Description
Add here a brief explanation to which units should be added and possibly why (e.g. they are often used in a specific job). We know that there are a ton of unit of measurement that are not yet added to this app. We want to have just the most used one.
this can make code become much simple , you can directly do "Temperature. fahrenheit.symbol"
thanks , nice work
The text was updated successfully, but these errors were encountered: