-
Character setup will need a full rework further down the road, but for now, getting it working for dynamic customizationHolder slots is a requirement
-
sas_devices is making incorrect associations of enclosure bays:
```text
root@r620:~# sas_devices -v
Found 2 SAS hosts
Found 1 SAS expanders
Found 23 SAS end devices
Resolved 1 enclosure groups…
-
Alongside #header and #footer, add a slot to provide custom content when the list is empty.
This would allow to customize prompts for users when the list is empty while allowing to drag and drop fr…
-
### Environment
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.14.1592
- CLI Version: 3.15.0
- Nitro Version: 2.10.4
- Package Manager: npm@10.2.3
- Builder: …
-
### Check for previous/existing GitHub issues
- [x] I have checked for previous/existing GitHub issues
### Issue Type?
Bug
### Module Name
avm/res/web/site
### (Optional) Module Version
_No res…
-
[Freshdesk ticket](https://gcdigital.slack.com/archives/C04U4PCDZ24/p1725568843634619)
## Issue
gcds-date-modifed renders when no date is available
## Recommendation
- Display console message
- Sup…
-
Assume using the slot-based collator and a parachain with slot duration of 2 seconds.
In order to fully take advantage of elastic scaling, the parachain should have 3 cores scheduled at all times.
B…
-
### Vue version
3.5.12
### Link to minimal reproduction
https://play.vuejs.org/#eNp9U11v0zAU/SvGD2sqhRQ0eOnaIhiVAGkDAYIXS1OW3LYZjm35I3Sq8t+5dlonYVMfWsX3nHvvuV8H+l6prHFA53RhCl0pSwxYp1ZMVLWS2pI…
-
- Timestamp: since we use deployment slots
- Function App version: .net 8 isolated, Runtime version 4
- Region: west europe
#### Repro steps
1. several FunctionApps in one storage account with two …
-
With scoped slots, this works:
```html
{data.id} - {data.name}
```
However, if that same `` component is used with `` (aka dynamic components):
```html
…