RustGrow

Results 23 issues of RustGrow

**Problem** At the moment, routing faces significant issues when the site is located in a subdirectory, as on GitHub Pages. For example, consider the site at https://dioxusgrow.github.io/crabsburger/. **Steps To Reproduce**...

bug
needs reproduction

``` [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" skyscraper = "0.7.0-beta.1" reqwest = { version = "0.12.4", features = ["default", "blocking", "cookies", "json",...

Can you add unescape for `' ` and `\n\n` to space Bitcoin`'`s => Bitcoin's example text https://www.binance.com/en/square/post/2024-07-07-cryptocurrencies-rally-amid-unexpected-u-s-unemployment-rate-rise-10483746406866 `According to U.Today, cryptocurrencies including Bitcoin (BTC), Dogecoin (DOGE), XRP, and Cardano (ADA)...

"This code of html is very old, but it still exists and is causing a new error on this site with non-standard tags. Can you make a correction? Error: thread...

I have some experience with parsing using xpath and I was very disappointed that there isn’t a proper crate for parsing websites in Rust. Previously, I used what is practically...

**Problem** head::Style {} has body. There is also a need to add the ability to specify attributes inside the tag, as in the example below. `r#type: "text/tailwindcss"` Example: https://tailwindcss.com/docs/installation/play-cdn 3...

enhancement
breaking
html

When adding a script tag for the Tailwind CSS CDN in the head section of the HTML, the script is not loading correctly and the page appears empty. The code...

bug
html

Updated documentation for using Tailwind CSS with dioxus version 0.6.0-alpha.2 (3c699aa). Description of hot reload configuration

Version 4 of tailwind css will replace version 3 sooner or later. 1. Right now using version 4 completely breaks manganis. 2. When cargo check finishes the tailwind 4 server...

bug

Instead of using such long dependencies in the code ``` document::Meta { name: "description", content: "<model-viewer> template" } document::Link { rel: "stylesheet", href: TAILWIND_STYLE } document::Script { src: "https://cdn.tailwindcss.com" }...