peterfromearth
peterfromearth
@Klap-in thanks for the hint. I adopted the changes to be compatible with the pullRequest in this branch https://github.com/peterfromearth/dokuwiki/tree/revisionHandle3_event_diff (Diff: https://github.com/peterfromearth/dokuwiki/commit/f98e21811b0b30e25126cac4f3a6e81d210abeed?w=1) Currently its not very optimal to insert a new...
seems this is the same as #317 and is already fixed with #297 As this is an annoying bug I would appreciate a new version :)
I would say it is fixed as #297 is merged. We explicitly look at the message of the exception and not the type of the exception
you can use listData function `TbHtml::listData(Category::model()->findAll(),'id','name')`
ref: #87
I got this error now also on - Modell:Galaxy A3(2016) (Android 7.0) - Modell:Honor 6x (Android 7.0)
Just testet it with different API Levels in the Android Emulator. With 24 and 25 I get the error. Level >=26 works fine
for me it helped adding in build.gradle.kts ``` tasks.matching { it.name == "kspKotlinIosX64" }.configureEach { dependsOn(tasks.getByName("generateMRiosX64Main")) } tasks.matching { it.name == "kspKotlinIosArm64" }.configureEach { dependsOn(tasks.getByName("generateMRiosArm64Main")) } ``` and adding `-Pmoko.resources.ARCHS="$ARCHS"...