Olivier Le Doeuff
Olivier Le Doeuff
Can you point me to the relevant part in the code?
> Or maybe we just set in all our CMake files so it happens everywhere and easy for folks to see in the examples 🤷 > > ``` > if...
To bring up the subject about the use of `singleton`, I now think that every use case where we wanted to use a singleton should now use attached properties, especially...
Ok I see, some hours of exploration/experiment are still needed. I'm still new to rust so I'm not that fluent in all of the ecosystem. I think I will go...
This seems to be a qt error, maybe related to https://bugreports.qt.io/browse/QTBUG-27433 ?
I have no idea without seeing any code, I won't have time to investigate at the moment.
That would be a very nice feature to have!
In rust package are either a top key of the cargo.toml are a workspace package, I never saw anything else and I'm not aware if something else exists
Hi I'm experimenting rust integration with c++ on windows with msvc, and I find it annoying that the out of the box experience doesn't work to build code in Debug...