-
#2163 gave us new attributes to do `indeterminate` states in the Project Files tree view. This will greatly improve readability for directories in that view.
-
If you have the following code (you can imagine a larger closure since this one is easy but the point is the popup/dialog):
```dart
class Home extends StatefulWidget {
const Home({super.key});
…
-
The Lazy State operator uses `$` to read from state. For example:
```
get($.url)
```
Some benefits of using `$` are:
* It is valid JS syntax, so `get($.url)` will run in plain JS and not freak o…
-
First up, thank you for these themes!
The forge author intends that the faces responsible for topic "private status" (unread / pending / done) should only comprise attributes that are orthhogonal t…
-
**Describe the bug**
Using a parameter named `state` in generated family provider results in a compilation error.
**To Reproduce**
```dart
import 'package:riverpod_annotation/riverpod_annotation…
-
`vehicle::init_state` uses `vehicle_part::has_flag` for light activation code, but should use `vpart_info::has_flag` instead.
It probably doesn't work, but I didn't test it since it's non-determinist…
-
### Is your feature request related to a problem? Please describe.
Currently InteractiveCameraAnchor doesn't respect the 'Enabled' as disabled anchors can still be used fully from the camera contro…
-
Jira Link: [[DB-288]](https://yugabyte.atlassian.net/browse/DB-288)
### Description
This failure happened using the [Long-running System Test](https://github.com/yugabyte/yb-long-system-test/) frame…
-
**Describe the bug**
Entity sensor.dcc_sourced_smart_electricity_meter_cost_today () is using state class 'total_increasing' which is impossible considering device class ('monetary') it is using; exp…
-
## What is the Problem Being Solved?
- Properties of the state can currently only be defined during the `init` call. After an upgrade it's impossible to add new properties to an existing object, maki…