Hans Mackowiak
Hans Mackowiak
ugh, more stupid corner cases ... * Edgewalker, Ragemonger, Morophon, the Boundless, Bard Class explicit says that they do not remove generic mana * Khalni Hydra seems to be the...
Found the rules: > 118.7b If a cost is reduced by an amount of colored or colorless mana, but the cost doesn’t require mana of that type, the cost is...
when editing the Docs, i assume the order of the Admins in the Menu is based on Group Name/Class Name order? maybe adding info (in the docs) how to alter...
i need to test it a later time, currently we don't use a 8.0 in development while talking about configuring the service, i was wondering why 'manager_type' doesn't use default...
> > Anyway, that's not the end. The last problem I saw is that there is no way to control the admin's order of appearance. I tried adding the priority...
@romtsn i don't think the problem lies with maven there, i think the problem is this file: https://repo1.maven.org/maven2/io/sentry/sentry-android/5.6.3/sentry-android-5.6.3.pom why doesn't it say it wants `sentry-android-core` it wants it as `aar`...
@romtsn linked in the Gradle bug there is this workaround: https://github.com/androidx/media/commit/bf2c652b5f1658ac3851ee067c130c22a7522561
with explicit dependencies to the `aar` files i could get maven to download them, (even if my Eclipse still doesn't like it) currently i have a problem that proguard is...
i did report it on their issue ticker, also i disabled the androidx libs with excluded my current pom xml part: ```xml io.sentry sentry-android 5.6.3 aar io.sentry sentry-android-core io.sentry sentry-android-ndk...
I failed to build the Android apk with Java 11 because sdklib problems: https://github.com/simpligility/android-maven-plugin/issues/792 when try to build it with Java 8, i can built it when i manually init...