-
### Describe the bug
The Support of Svelte 5 is almost 100% the only problem is when I try to use {@render children()} instead of in _module.svelte files I get the following error:
> Uncaught Sve…
fivaz updated
19 hours ago
-
For scenarios like page-course loading section list, and section node loading media list, and comment panel loading comment node list, we should make PATCH methods ONLY returns IDs, and for each Secti…
-
**Describe the bug**
To reproduce clone this repo, which is a fresh starter axum-0.7 template with additionally tailwind included.
https://github.com/omani/lep7
as mentioned in discussion #2919:
…
omani updated
3 weeks ago
-
**Describe the solution you'd like**
When a scene has children, moving the parent scene should move the children as well.
For example:
```yaml
...
scenes:
- parent scene # moving th…
-
### Describe the bug
The elements in `'svelte/elements'` extend the following type:
```typescript
export interface DOMAttributes {
// Implicit children prop every element has
// Add this here…
-
**Describe the bug**
Passing a `Callback` as listener gives an error:
```rust
#[component]
fn TestButton(#[prop(into)] on_click: Callback, children: Children) -> impl IntoView {
view! {
…
-
id: GO:0052671
name: geranylgeraniol kinase activity
xref: EC:2.7.1.B19
The EC xref either needs to be removed or perhaps replaced with a partial EC:2.7.1.-
-
### Expected behavior
Operators should be have possibility adding children and adding more as 1 operator.
### Actual behavior
If drag'n'drop node to operator field - nothing happened and you have …
-
Hello,
It's more a clarification - likely a silly one - than an issue (although the help could include a note about that). What should I expected `-i` (`--include-children`) to do?
For instance,…
-
**Description**
The LazyIndexedStack can crash if the length of `children` changes.
**Steps To Reproduce**
1. Render the widget.
2. Change the length of `children` and then change the index to…