jaskij
jaskij
When looking through the logs for #972 it has come to my attention you are not building the binary packages inside a venv. The current CI script will break on...
## Motivation When updating my project after a time of inactivity, I reviewed feature flags of `tracing_subscriber`, and decided to enable the `tracing-log` feature. This, inevitably lead to a panic...
Having read your article, while it was nothing new to me, it's a very nice summary. Personally, I have found that for simpler devices, it's often enough to have a...
To quote `README.md`: > Out-of-line: Many tools rely on documentation placed inline within source as long-form comments. While these seem appealing at first blush, they suffer from two big drawbacks....
Should fix #3161 . Using the same code, the expansion now properly imports ElementChild. A *proper* solution should probably import this only if necessary, but I have no idea how...
**Describe the bug** Using `0.7.0-rc0`, the `view!` macro does not compile if `leptos::prelude::ElementChild` is not in scope. **Leptos Dependencies** ```toml leptos = { version = "0.7.0-rc0", default-features = false, features...
As in the title - it'd be great if `LeptosOptions` provided a function (or member?) with the path to the CSS file generated. From what I can see, the generated...
I just noticed that the non-slim image of Debian does not contain these two lines at the end, is this intentional? ``` apt-get remove -y --auto-remove \ wget \ ;...
Personally, I believe that running `cargo install` as part of a pipeline is an antipattern - it makes the jobs much longer, for little to no benefit. That's why I...
Thanks for the amazing theme, I absolutely love it, and it has been great help with my (admittedly minor) eye condition. Is there any chance of a dark variant of...