Ian Moore
Ian Moore
I'm testing out running the select menu on an unknown depth configuration dictionary like so: ``` while hasattr(workingLibrary, "keys"): print("Available Configurations") choices = list(workingLibrary.keys()) workingLibrary = workingLibrary[choices[cutie.select(choices)]] ``` After the...
I’m not sure if this is the correct place to ask this question, but hopefully someone can help. I have two T-Echos that were totally stock. I decided I wanted...
**Describe the bug** `Quantity.TryParse(type, string, out IQuantity value)` fails to parse Length strings with capital MM (i.e., "10 MM" should parse just as easily as "10 mm"). Other abbreviations appear...