-
**Describe the bug**
An invalid character literal in `view!` causes the proc macro to fail an assertion and panic:
```
error: character literal may only contain one codepoint
--> src/compone…
-
Hi,
first of all nice work. I was wondering if you could lend me a hand, since I am experiencing and issue when trying to compile using **cargo leptos watch**. The error is the following:
` Fin…
-
I'm coming from the Angular world, and having rxjs operators is a blast.
After reading the book I'm not quite sure how to implement some of the operators, such as combining signal updates with wal…
-
When triggering autocomplete of an input, onkeydown does not return a true `leptos::ev::KeyboardEvent` like it is typed in leptos. This causes a panic in leptos-hotkeys. Testing in latest chrome.
`…
-
When using leptos-build, run with `--pre-compress` will compress all static wasm/js/css...
For example:
```
tree /site/
/site/
├── favicon.ico
├── favicon.ico.br
├── favicon.ico.gz
└── pkg
…
-
Hello,
I have a bit non-conventional setup with Leptos on NixOS.
What I have done is used the latest leptos template with `cargo leptos new` and then `rsync -a` the contents of `src`, `style`, …
-
When developing in dev mode with Leptos and tailwindcss, using the right settings and link attributes works, but when shipping it to prod, it doesn't load. The problem is in the dist folder the type i…
-
This doesn't look pretty in the response body.
```
.leptos-toaster {
position: fixed;
width: var(--width);
box-sizing: border-box;
padding: 0;
margin: 0;
list-style: none;
outli…
-
Leptos currently uses cfg_if! macros and when having something like
```
cfg_if! {
if #[cfg(feature = "ssr")] {
// First Main function
pub fn main() {
prin…
-
In order to better solve compatibility issues
https://github.com/leptos-rs/leptos/discussions/2458
https://github.com/leptos-rs/cargo-leptos/blob/a44839eee131502b6faf398f1004d8918b999225/src/com…