-
When starting vim royale, I am building the server and I get this error:
```
Blocking waiting for file lock on package cache
Blocking waiting for file lock on package cache
Blocking wa…
-
The UI code has these "clone blocks" everywhere right now:`{ let set_some = set_some.clone(); move |_| set_some("test")}`.
[Leptos](https://github.com/leptos-rs/leptos) has solved this by instead o…
-
I was trying to use axum-sessions within the leptos framework and I encountered an error where leptos seemed like it would not drop AuthContext. I reported it to [leptos](https://github.com/leptos-rs/…
-
It seems the only attempt at a tree-sitter grammar for RSX/RSTLM was: https://github.com/tjdevries/tree-sitter-rsx
Are there any plans to extend/fork the tree-sitter-rust grammar to add support for…
-
### Code
To be honest, I'm not sure exactly what I was doing to cause this, but I'm working with Leptos, attempting to synchronise the scrolling between to elements. The gist of it is below:
…
-
### Describe the bug
Cant use leptos with ssr in mobile but can in desktop, in mobile i just get crashes
### Reproduction
Heres a link to the [repo](https://github.com/Alt-iOS/tailwind-leptos-tauri…
-
**Describe the bug**
Trying to implement recommended approach we were discussing, providing context inside suspend doesn't seem to work.
Tested in the `counter_isomorphic` example.
**Leptos Dep…
-
**Describe the bug**
The [`contextmenu` event](https://docs.rs/leptos/latest/leptos/ev/struct.contextmenu.html) expects a `MouseEvent` but [MDN states it should accept a `PointerEvent`](https://devel…
-
-
In leptos 0.5, the `view` macro doesn't need `cx` anymore, which breaks your code.