Results 5 issues of hackartist

* Many tiling windows managers find and handle windows by their title. * For finding emacs anywhere's window, we need to set a different title with other emacs window. *...

* rust 1.82.0 doesn't allow custom profile when release build * Below command always cause panic from `cargo` due to using profile with release ``` dx build -p platform --release...

**Problem** - main.rs ```rust #[cfg(feature = "web")] dioxus_web::launch::launch(App, vec![], dioxus_web::Config::new().hydrate(true)); #[cfg(feature = "server")] dioxus::launch(App); ``` - component.rs - `use_resource` works properly. - `use_server_future` causes hydration error. ```rust #[component] pub fn...

bug
fullstack

**Problem** - Some tailwind.css produced by tailwind-cli cause panic copying asset. [tailwind.zip](https://github.com/user-attachments/files/18059981/tailwind.zip) **Steps To Reproduce** Steps to reproduce the behavior: - Copy the tailwind.css to `assets` directory - import css...