Nguyễn Hồng Quân
Results
52
issues of
Nguyễn Hồng Quân
Currently (v0.6.9), `OffsetDateTime`'s `add()` and `subtract` methods require explicitly passed `ignore_dst=True` parameter. I think if it is required and accepts only one value (`True`), then it is better to meld...
discussion
### The context: I'm writing an application to control stepper motor and use `esp_idf_hal::ledc::LedcDriver` to generate PWM for that motor. The motor will be on / off depending on some...
enhancement