Lomírus
Lomírus
Do you mean like this? ```rust let config = Config { reload: true }; listen("127.0.0.1", 8080, "./", config).await.unwrap(); ``` Or would you like to provide an example?
What's the purpose for you to determine every reloads? For example, do you want to detect if some files change and then trigger reloads or want to control the reloads...
I think these problems are worth considering but should be done by the library instead of the users in order to avoid the extra repetitive work. Here are my solutions:...
Ok, it makes sense. Maybe these two solutions above can be added as another update in the future. Now for this issue, here's another possible API: ```rust listen_manually("127.0.0.1", 8080, "./",...
Just solved today by setting `export http_proxy=127.0.0.1:7890` manually.
I will close this issue when the associated issue in main bevy repo is closed. Keeping it open for now to prevent duplicate reports, as users might not find this...
This might be slightly off-topic, but will an API similar to text-orientation in CSS be added in subsequent PRs? For CJK languages, single characters within vertical text generally do not...
The directory `C:\Program Files\ghcup` does not exist. 
No...because the [GHCup download page](https://www.haskell.org/ghcup/) says "run the following in a PowerShell session (as a non-admin user)", so I just ran the installation command as a non-admin user in powershell....
Thanks, I've installed ghcup successfully by installing as an admin user. But I think maybe the error message could be improved, because it does not say anything about the permission...