-
I feel like we have reached the point where the crate is mostly _done_, and we are only left with a few unanswered questions/design decisions. Here they are:
- Are we correctly handling html attrib…
-
Do we want to make a minor release?
From the top of my head, we added a lot of stuff.
- Deriving a lot of common functionality (Debug, Clone, etc.)
- The wonderful dz! macro
- Some new fields
…
-
**Describe the bug**
Leptos 0.7.0-rc0 `#[component]` attribute is incompatible with the `clippy::must_use_candidate` lint.
**Leptos Dependencies**
```toml
leptos = { version = "0.7.0-rc0", f…
zroug updated
4 weeks ago
-
**Describe the bug**
By using `--cfg=erase_components` in `RUSTFLAGS`, leptos ignores `attr:` in components and nothing will be applied.
**Leptos Dependencies**
`leptos = "0.7.0-rc0"`
Steps to…
-
**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
-
Thanks to rust-lang/rust#37519, `Command::spawn` expects a command to have an `.exe` extension, but on Windows, a bunch of executable files have other endings, like `.bat` or `.cmd`, which causes me t…
-
### Describe the bug
It failed to render the Leptos template
### Reproduction
```
cargo binstall create-tauri-app
cargo create-tauri-app mango2 -t leptos -m cargo
cargo binstall trunk…
-
## Motivations
Hi! I have been looking at this crate to implement a `SharedWorker`, I'm specifically looking for an approach that looks like this:
```
|-----------| |-----------|
| Window …
-
**Describe the bug**
I have set up a reactive graph with "source => memo 1 => memo 2" and "memo1, memo2 => effect". When I change the source, then the first memo gets recomputed, the effect gets upda…
-
**Describe the bug**
Nested blocking resources inside suspense don't end up blocking.
This becomes obvious when setting things to `ResponseOptions` in the nested resource and those values don't m…