Chris Cranford

Results 392 comments of Chris Cranford

Thanks @KoBeWi, fixed. It appears I needed to delay the `scroll_to_item` until the end of the frame since building of the list was still in-flight and the offset would obviously...

> You've added your own compatibility file, this isn't correct, it should be added to the existing `4.3-stable.expected` (creation of these files is handled by maintainers, you don't need to...

Hi @anupriya-singhal would you be able to update to 2.7.0.Final, which has the fix?

Thanks @fivetran-nghiale, is this specific to a certain version of MySQL or MariaDB?

I tested with MySQL 8.2 and MariaDB 11.4.3 with Debezium 3, and in both cases, the `TIME` field was emitted in Debezium as `-1000000L`, as expected. I haven't looked at...

Unfortunately, this isn't something that can be addressed as a plug-in, but is rather an issue with how Godot and its AssetLib are designed to work in a very brittle...

> Could we issue a warning? Unfortunately, I don't believe that's possible. The plug-in does not have any control over the AssetLib installation at all, and the library will only...

This is something I've been pretty vocal about to the Godot dev team about the current AssetLib implementation and the solutions they've recommended involve either (a) Creating a distribution ZIP...

> The test failures are not related to the change, fails seems to be random and fails mostly with Hi @vjuranek can you create a Jira for these if one...

It seems that Oracle and SQL Server specifically receive extra open/close windows after the `stop-snapshot` is processed where MariaDB, MySQL, and PostgreSQL do not. While my fix addresses Oracle and...