Rémi Verschelde

Results 1703 comments of Rémi Verschelde

Yeah it's an inconsistency that also bothered me since the beginning, but I'm not sure yet what's the right solution. We plan to rework the whole distribution in the future,...

Yeah I could reproduce this upstream with: ```diff diff --git a/test/src/example.cpp b/test/src/example.cpp index 3ec8bca..89e5d12 100644 --- a/test/src/example.cpp +++ b/test/src/example.cpp @@ -11,6 +11,7 @@ #include #include #include +#include #include using namespace...

Did a cursory code review, it looks good to me overall. Didn't review the refactoring changes of the Android export itself in detail, will need testing on PC to make...

> When compiled, this PR seems to grow the Android build template by ~4mb (`66.7mb` for android-template-arm64 vs `62.9mb`); one option to remove the impact would be to move the...

Please don't ask questions that were already answered, even more so in an already merged pull request. Please also avoid use CAPS LOCK in your messages, this is often perceived...

> This might be a regression from #48364. This is a problem at runtime, so it shouldn't be caused by that PR which only affects the editor I believe. (Unless...