Rachel Powers

Results 125 comments of Rachel Powers

@dorezyuk What are your thoughts on this being extracted into it's own macro and generator crate pair? What I'm thinking is that there is a proc macro like cxx-qt's that...

what you *could* do is place an include behind the feature ```rust #[cfg(feature = "cpp")] include!("path/to/bridge.rs"); ``` and then in your `build.rs` conditionally add `"path/to/bridge"` to your `bridges`

> How your using qt 6.8 when it's not even shipped? it's arm version not default installable via the aqt github action yet. however mingw and others can still install...

could you try replicating the tests again but turn on network debug logging with ```QT_LOGGING_RULES=launcher.task.net.download.debug=true``` set in the environment ?

> Sorry for not answering earlier, but here it is @Ryex a link for the logs using the provided environment variables: https://mclo.gs/CB7z3iE huh, that is sadly less than helpful... it...

> Also experiencing this. Suddenly started happening on my home network, works fine on my college campus. Still happens on the nightly build, even affects login interestingly. when you say...

@Trial97 Ok, I've moved in a completely new direction on this. - First up, I extended the `ProblemProvider` nature of a component to allow the update task to explicitly set...

> * If the version is selected the explanation doesn't appear(need to click on the version then back to Minecraft) I believe I've fix this. > * This is inconsistent...

> Do you need help with formatting the code? Yeah, seems there are still differences.

> This is third time something like this has been implemented lol in prism?