Ilia
Ilia
I am facing the same issue with this schema https://github.com/umnovI/dioxus-config-schema/blob/main/dioxus.schema.json And this .toml file: ```toml #:schema https://raw.githubusercontent.com/umnovI/dioxus-config-schema/main/dioxus.schema.json # Docs: https://dioxuslabs.com/learn/0.5/CLI/configure [application] # App (Project) Name name = "web-test" # Dioxus...
From what I've noticed is that Dioxis creates a file with hash(?) at the end (example `/tailwindcss4d9303ecf642b155.css`), when detects a new file, but then fails to update it when there...
I've had the same issue, but now everything works fine on win11 https://github.com/DioxusLabs/dioxus/assets/30232564/afc4a2e4-3aeb-45a5-926e-35ea3ac868df
Hi, The website has ```max-age=0, must-revalidate, no-cache, no-store, public, s-maxage=0``` headers. By default Hishel respects `no-cache no-store` headers. You could override this behavior by adding `extensions={"force_cache": True}` to your `client.get`....