-
Hey, hope making this issue is the right thing before opting to make a PR.
Leptos 0.6 now supports Axum 0.7
The newest versions of shuttle-axum now default to Axum 0.7 support
Currently this pr…
-
> proc-macro-error is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
There have been a few Leptos features which were brought up in discussion which should be described in the book (see reference, below).
It is possible that some of these features should be listed …
-
```
$ spin build --up
Building component my-leptos-app with `cargo leptos build --release && LEPTOS_OUTPUT_NAME=my_leptos_app cargo build --lib --target wasm32-wasi --release --no-default-features -…
-
I have tested this plugin by changing only the name of the macro `view` to `html`. and it seemed to work fine. is there any chance you are willing to add highligthing for leptos?
looking at the syn…
-
The current `ParamsMap` implementation always unescapes param values. This means that, in a wildcard match at the end of a URL, the app has no way of distinguishing a slash as a URL separator from a s…
-
Hi!
I'm still going at using Butane within a Leptos/Axum project.
I got to a decent point where I'd like to have more visibility on database changes and types, so I switched from SQLite to Postgre…
-
I tried to build a normal leptos app
and consume a grpc service
it works ...
so I headed on testing it with leptos-spin
i added this on `Cargo.toml`
```toml
[dependencies]
...
tonic…
-
When building the template with the release tag,
the site is generated but pressing the increment button doesn`t work.
When more complexity is added to the site it also doesn`t work.
I`ll att…
-
Why `leptos-mdx` is requiring `islands` branch of leptos? Can we make it use it 0.4 version of leptos ?