-
### The problem
New IKEA Inspelning reports wrong power usage data (live and total). It seems like the value is divided by 10 by mistake. The issue only happens when a Device takes more than 1000 Wat…
-
## Expected Behavior
The bridge gets me my mail.
## Current Behavior
The bridge gets me my mail, and also reports on my activity without my consent to a third party.
## Possible Solution
…
sneak updated
1 month ago
-
Title basically describes it. We currently have ways where 2 diagnostic definitin formats come into conflict and we do not warn between the legacy and modern styles.
1. make dotnet_diagnostic have…
-
Make each diagnostic accept `boolean|number` where boolean turns on/off and number sets the diagnostic severity to use.
To disable - `false|0`
To enable with default severity - `true`
To enable w…
-
### The problem
Integration reports state of cat as on/off instead of Home/Away
### What version of Home Assistant Core has the issue?
2024.11.0
### What was the last working version of Home Assis…
-
```dart
class C {
const C(String s);
}
void f(String s) {
const C(s);
}
```
reports [const_constructor_param_type_mismatch](https://dart.dev/tools/diagnostic-messages?utm_source=dartdev&…
-
This applies to all suggestions that assist with usage of collection expressions (IDE0300, IDE0301, IDE0302, IDE0303, IDE0304, IDE0305).
**Version Used**: .NET 8.0.403, Visual Studio 2022 Community 1…
-
Steps to reproduce:
```cs
using Microsoft.Language.Xml;
var document = Parser.ParseText("""
<
""");
Console.WriteLine(document.ContainsDiagnostics);
```
Expected …
-
So far I've installed Steam from both Snap and Flatpak and had the same outcome:
It displays a dialog box, saying "SteamVR requires superuser access to finish setup. Proceed?" The available optio…
-
Solution crawler does not report errors for closed files unless FSA is enabled.
This results in bad user experience when a rude edit is in a closed file (e.g. one produced by a source-generator, o…