Gergely Kis

Results 41 comments of Gergely Kis

Did someone already reproduce the issue with the upstream Webkit? This is how to build it from source: https://trac.webkit.org/wiki/BuildingGtk#BuildingWebKitGTKfromgit If it could be reproduced there, it would be easier to...

PR #57 broke this for noetic as well, because it reverted the id to integer instead of a string and ros1_bridge cannot handle this.

Is someone at Frappe already working on this? We would be interested in contributing code to this issue. I submitted a proposal some time ago on the forum, that also...

One of the issues with adding support for PostgreSQL is the continued maintenance of the sql() and multi_sql() queries. What is your position on moving away from these in favor...

Are there any news about the block, scsi and memory balloon drivers?

Thank you all for your reviews and contributions. We are working on some updates and will include the contributed features as well. Stay tuned!

With this latest update most review comments should be fixed. New implementation uses GDExtensionLoader PR as the base: https://github.com/godotengine/godot/pull/91166 Also updated to a recent master. Still on the TODO list:...

> > this PR is slated for 4.4 > > @akien-mga Is the plan to ship 4.4 with the unified editor (assuming things go well with this and related PRs)?...

I just learned of this. I think that at least the Clang GDScript optimization should be prioritized, because both Apple and Android platforms build using Clang, and thus on these...

We implemented a similar solution in MOE 1.x: https://multi-os-engine.org . The AOT compiled native code (art / oat files) is packaged into a separate segment in the Mach-O binary, and...