Lukas Tenbrink

Results 234 comments of Lukas Tenbrink

> We shouldn't remove `pages/teams.html` the current way it's done, as it would break every link that other people may have in other contexts. (i.e. somebody's presentation or something like...

> I mean how it will be redirected if we remove the page that it links to and we don't tell the static site to redirect people to the new...

No worries, I'm just happy I understand now 😄

Makes sense, but since it's not causing problems right now, we might as well defer this change until `CowData` is synchronized next.

Note that `HashSet` is the [recommended default 'set' type](https://docs.godotengine.org/en/latest/contributing/development/core_and_modules/core_types.html) for Godot, the benefits of `RBSet` are not clearly established.

Hi, we've discussed `vcpkg` before. The godot-cpp team is currently not convinced that we want to support user-wide `godot-cpp` installations, because we think godot-cpp installations should be separate per project....

If build times are your main concern, that should not be a problem if you use incremental builds. For local development, godot-cpp really only needs to build once, and then...

Adding a new `.qml` file shouldn't affect godot-cpp. godot-cpp is its own static library that shouldn't even know your Qt files exist. I'd be surprised if CMake was any different...

> We are getting off-topic here about Qt CMake internals (Like often it is that CMake has some nasty caching issues where you have to nuke your build folder, just...

> So this PR will remain on hold until someone implements something and really needs these functions for something they are implementing Does [harmonizing `LocalVector` with `List`](https://github.com/godotengine/godot-proposals/issues/5144) suffice as a...