Miles Murgaw
Miles Murgaw
Running desktop in WSL has been tricky. Did you take a look at https://dioxuslabs.com/learn/0.6/getting_started/#wsl?
Probably not. I believe we just need to move the logic for shutting down the server and overwriting the binary so that they're together. The server executable could have the...
This seems like a global issue with different browsers having different behavior when it comes to autocomplete and events: https://stackoverflow.com/questions/11708092/detecting-browser-autofill/11710295#11710295
Closing as this seems fixed.
We need to clear the build folders on rebuilds as some items such as old assets won't be deleted and may be unintentionally used. I have also heard that overwriting...
I'm mixed between both approaches as one could say that the `FolderAsset` is for importing something as-is, but I think file preservation should be opt-in for consistency.
What if we: - Left the default behavior the same (opt out of optimizations) - Include the `with_optimize_files(bool)` method. - We can alter the behavior if desired at a later...
The hasher test failed and I believe it was because the `AssetOptions` enum was changed (which is used to calculate the hash). I set the new left to equal the...
I don't see a way around breaking enum deserialization since we need to pass an identifier to preserve files somehow.
The latest Git outputs the error: ``` [dev] Failed to read file error="The filename, directory name, or volume label syntax is incorrect. (os error 123)" ```