-
## Overview
This will introduce the ability in Observability to visualize the trend of a user’s cluster’s CPU/memory usage in a line chart. The user will also be able to view performance metrics and …
-
> This RFC is still Work In Progress. I will keep updating it based on the result of the POCs that need to be performed to check some assumptions made in this doc.
## Problem Statement
With Sear…
-
### Description
If I turn a group block inside a row block (like a contact card of something similar) into a synced pattern, the group block looses its settings for width (Dimensions -> Width). This …
-
We are currently developing a CMS for which the admin panel is an ember.js application. The CMS will allow add-ons to extend the admin panel with new routes, templates etc.
In order to ensure that th…
-
## What problem does this address?
Currently, there isn't a way to save drafts or schedule changes to the site editor experience. Right now, this is an option with the customizer and can be super u…
-
Sub of #1025
**Tasks**:
- [ ] Look at a deeper level to understand why using time sync in different places produces different results
- [ ] Document the explanation / best practice
### Terminology
…
-
### Proposal
Allow a block of statements with a trailing expression as an expression.
### Syntax
```antlr
expression
: non_assignment_expression
| assignment
;
non_assignment…
cston updated
2 weeks ago
-
### Feature request description
Basically switch podman machine to:
- Download a minimal live ISO *once*
- When we want to deploy a custom image, we boot the ISO, then it runs `podman run --pri…
-
### System Health details
## System Information
version | core-2024.3.3
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false
…
-
Right now the burden of correct percent encoding is entirely on the user. This is completely unnecessary. Only accepting string URI also forces users to concatenate strings to construct an URI, which …