Giorge Koulin

Results 5 comments of Giorge Koulin

Hey @MukaSchultze, I have just updated to NS5 and have this same annoying behaviour #3751, #4883. I think it makes perfect sense for children of a layout to intercept tap...

Thanks for the feedback. I can't believe ASAN only checks memory leaks on GCC. That's really strange. Anyway, I've updated ownership of the engine. `render::engine` is now a `std::unique_ptr`. All...

Hi, GTest provides a macro `gtest_discover_tests` which creates individual CTest per GTest test (declared by `TEST` C++ macro) embedded into a test binary. This can be useful when running tests...

### Problem What currently happens is that variables inside `namespace lazy` will keep their state after shutdown. This means that next time you initialise, the renderer may not apply some...