-
```
git clone https://github.com/leptos-rs/leptos.git
git checkout v0.7.0-rc1
cargo +nightly build --features=nightly
```
### Meta
`rustc --version --verbose`:
```
rustc 1.84.0-nightly (854980293 …
-
# Josiah Parry - Leptos & wasm-bindgen
[https://josiahparry.com/posts/2024-01-15](https://josiahparry.com/posts/2024-01-15)
-
When building on stable rust with v0.5.0, time 0.3.31 is causing a build error:
```
error[E0282]: type annotations needed for `Box
--> /home/lewis/.cargo/registry/src/index.crates.io-6f17d22bba…
-
Similar to Leptos it would be great if there was a way to put `Route`s behind a condition. If the condition (based on a simple function that can use all the same hooks as Elements) isn't true, the…
-
Right now, error handling in Sycamore is difficult and fairly unergonomic, since any errors have to be handled within the component in which they occur, since there is no concept yet of a component th…
-
# Stream 2023/01/31
- Talked to Greg (Leptos man) today
---
We have 3 real options we can pursue.
1. Use Leptos Router and Server Functions
2. Use config file routing and it generates a main func…
-
## Is your feature request related to a problem? Please describe.
I want to implement server-side auth with actix framework, which is normally done by middlewares. Currently Leptos supports defining …
-
### Describe the bug
After Android apk package is built and installed, the web page that displays: https://tauri.localhost error tying to connect :dns error;failed to lookup adress.
```
error sen…
zinso updated
3 weeks ago
-
I've created a Docker file for CUDA support. There are a few changes that would need to be made in the Cargo.toml also.
Here are the changes for the Cargo.toml:
```
# Change the features to cub…
-
**Describe the bug**
The following page allows you to enter some text and submit it. The text should then appear under the form. However, with JS/WASM disabled, it does not appear, because the page…