LukasVykuka
LukasVykuka
Hi, I just create PR https://github.com/zserge/anvil/pull/71 implementing setters for compound drawable for TextView (and so for many subclasses). But I have question: there are 3 more setters (setCompoundDrawablesRelative*) which was...
Relative version place drawable dependently on direction of text of current Locale. Some languages are writen from right to left (https://en.wikipedia.org/wiki/Right-to-left) so if I set drawable to "start" position than...
I think that there should be both versions (relative and non-relative) even for API >=17 because sometimes it will be appropriate to place drawable on some side independently on text...
I have same problem - how to distinguish between "not found in cache" and "not found on API" (both should return list of items) in persister's `read` method without throwing...
> One issue I see is that running a scene from the editor directly won't allow that, as it's technically a separate Godot instance launched without arguments. I guess we...
> You mean having a duplicate of existing debug arguments but for scene we start from editor ? Yes, exactly.
Not sure if it's related to this issue (it should be https://github.com/gradle/gradle/issues/27844#issuecomment-2018534386) but I still get this error in Gradle 8.7 `java.io.UncheckedIOException: Could not move temporary workspace (D:\projects\XXX\.gradle\8.7\dependencies-accessors\17a216d4110c6a05cda4b5872d5c0db9fad6a011-f0816c3d-2c70-44ba-9656-b4b65d28a261) to immutable...
@lptr good point but I have Gradle home and project folders excluded from antivirus scanning. But it turns out that it is issue with Adnroid studio and "Sync with Gradle"...