Federico Gallo

Results 7 comments of Federico Gallo

I have no issues using my own namespace but the GODOT_CLASS must not use the custom namespace just the name of the class (as it is declared in the code...

Hi. I don't understand why this issue is still open. Here is a link to [the official documentation](https://requests.readthedocs.io/en/latest/api/#requests.Response.iter_content). > chunk_size must be of type int or None. A value of...

Please keep in mind that I'm making this comment as a user, not as a contributor. You're right. It is.. but please [read the documentation](https://requests.readthedocs.io/en/latest/api/#requests.Response.iter_content). All I'm saying is that...

In my case It happened just once after * Debian Quick Setup for flatpak ([setup guide](https://flatpak.org/setup/)) * reboot the system * (sudo) apt update So technically it is not reproducible...

I know it is frustrating, and sorry for an extended answer.. Let's change the abstraction about what this is telling us instead of proving the software is wrong. The message...

Hmm because of its relevance? sure, but... I wouldn't downplay the importance of this issue in terms of the performance hit when using the resolver. I'm trying to understand if...

Alright, I found a different workaround. I tested it but not excessively. I'm using *gradle.properties* to set `org.gradle.java.installations.auto-detect=false` [docs/reference](https://docs.gradle.org/current/userguide/toolchains.html#sub:disable_auto_detect) That seems to work (avoids the toolchain auto discovery part) but...