Antonio Dell'Annunziata

Results 15 comments of Antonio Dell'Annunziata

> Have you registered `GlobalEnum.gd` as an autoload-script? As you can see in the MRP, it is not registered as an autoload. But I found the error and will update...

@Calinou I think it isn't a bug anymore, but an enhancement with the proposal to add more specific error messages, when an enum name equals the class_name it is defined...

@jgillich I agree, that this is a common scripting language feature. Classifying this issue as bug is in my opinion wrong, because gdscript never has supported this, so there isn't...

To validate the german bank codes it is necessary to check inside a file on the [official german central bank website](https://www.bundesbank.de/en/tasks/payment-systems/services/bank-sort-codes/download-bank-sort-codes-626218). Any solution to validating german ibans therefore must have...

Just some additional information: I can confirm that the error `ERROR: Condition "ret.type != BOOL" is true. Returning: false` doesn't occur on 4.0 alpha 11, so it has to have...

This also happens on Pop OS! 22.04 with Pop shell as window manager on Gnome.

@hakro the bug is happening for me with single window mode too.

Some (hopefully) relevant informations to the issue: In my current project I am doing exactly this in my github actions CI/CD pipeline and it seems to work with Godot 4...

I ran into this issue too and the only solution I found is to use the `attach` property to teleport the snackbar inside the dialog if one exists. I created...