-
```
A user reports an SX-AO unit that will jam on occasion, but which resumes
normal operation after the un-jam command is issued.
PHD2 should attempt to un-jam the unit automatically.
proposed beh…
-
### Log message
```text
2024-11-03 12:24:36.279 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Loaded device config sunbeam_dual_bedwarmer.yaml
2024-11-03 12:24:36.279 DE…
-
Hello, can you get this inverter to work?
For now with your esphome I still haven't managed to do it.
Below I show you the esphome log and the watchpower debug
```Esphome log
11:42:40 | [D] | [u…
-
After seeing some of the complexities in implementing storm motion and shear, it seems like we need a `Vector` container to make it simpler to group vector components.
- A simple wrapper around a `Qu…
-
The unit.cpp test file contains this code, but I don't really understand its operation (see comments):
```
TEST(Units, multipleUnitUsingStandardRef)
{
libcellml::Units u;
u.addUnit(l…
-
Repro 1:
```scala
import cats._
import cats.data._
import cats.implicits._
val res1 = (1 to 10000).toList.traverse_[Id, Unit](_ => ()) // ok
val res2 = (1 to 1000).toList.traverse_(_ => Kle…
-
Is there a way to remove user-defined units? I create units for currency conversion using:
```javascript
math.createUnit('USD', {aliases: ['usd']})
var rates = currencyRates //Rates in json for…
-
## User Story
As a developer on VA.gov, I want to delete a PagerDuty service without breaking maintenance windows for everyone.
## Issue Description
The Platform was notified [via a support request]…
-
### [REQUIRED] Describe your environment
* Operating System version: Windows 10
* Firebase SDK version: 9.6.2
* rules-unit-test package version: 2.0.1
* Firebase Product: fires…
-
GapAdvertisingParams and GapScanningParams use `MSEC_TO_ADVERTISEMENT_DURATION_UNITS()` and `MSEC_TO_SCAN_DURATION_UNITS()` respectively to convert from milliseconds to units of 0.625. However, these …