Results 29 issues of gmkado

Hi @tinkerspy, very interesting library, I'm just sorting through it now to see if it'll work for my application. One random question that I can't seem to find an answer...

Copying over from #20 since this is a slightly different request: @marc0l92 can you share how you use templater with this plugin? I would like to be able to fill...

**Describe the bug** Comparison with a smaller unit (e.g. `MillidegreesCelsius`) fails when the larger unit (e.g. `DegreesCelsius`) is set using `double.minValue` or `double.maxValue`. **To Reproduce** Steps to reproduce the behavior...

bug

Similar to `dotnet-test-explorer.testArguments`, can you add a setting that allows specifying arguments to the `dotnet build` step? Specifically I would like to be able to run tests without re-building dependencies...

After restarting obsidian, the first image I click on results in the application freezing for about a minute. I ran a profile on it and it appears to be hanging...

### Feature request type Enhance component ### Component name MudCarousel ### Is your feature request related to a problem? I would like to add carousel bullets that display some information...

enhancement

Hello, I'm trying to use this library in platformio with my [ESP32 WROOM](https://www.sparkfun.com/products/20168). I tried to create a minimum repro. Here is my `platform.ini`: ``` [env:sparkfun_thing_bluetooth] platform = espressif32 board...

So far this library has been awesome, I'd really like to get this one feature working but for some reason transitioning back to a history state is mangling some of...

bug

I tried turning debug logging on with `HSM_LOGGING_MODE_STRICT_VERBOSE` and it failed to find `serialPrintf` (using arduino). Should this line https://github.com/igor-krechetov/hsmcpp/blob/91b791de43c263a9ce2025267506e9c41ddba555/src/logging.cpp#L4 be this: ``` #if defined(PLATFORM_ARDUINO) && !defined(HSM_DISABLE_TRACES) ```

`QuantityParser.Default` has an obsolete attribute with message "Use UnitsNetSetup.Default.QuantityParser instead", but this field is internal. What is the recommended way to access the `QuantityParser`? https://github.com/angularsen/UnitsNet/blob/e08025456013d6a4826f1bd6c3276d7a43560836/UnitsNet/CustomCode/QuantityParser.cs#L40C46-L40C61