Xavier Arpa
Xavier Arpa
Hello @paulinon The company I am currently working for does not have that particular Mac, making it impossible for me to provide specific details about its configuration.Thank you for your...
Update: better approach ```cs public static class AddressablesScenesEnumInfoExtension { public static string PatchReplacer(this string _value, in char finder, in char replacer) => _value.Contains(finder) ? _value.Replace(finder, replacer) : _value ; public...
same, I solve it here check this => https://github.com/android/tuningfork/issues/44
need to think if is worth enough... more restrictive ways to handle atributes may feel mor unconfortable? otherwise, using striping code withouth adding Preserve on each atribute can be threat
this makes weird behaviors because don't understand when it's called in onEnable.
this only happens with manual Flux methods (dynamic calls, not atributes)