Atonamy
Atonamy
If I try to run the basic example on Android 4.1 (16) I getting this exception while loading jni library: > Cannot load library: reloc_library[1306]: 1141 cannot locate '__register_atfork' How...
For EMV Payment Tokenisation (such as Android Pay and Apple Pay) instead of real card number providing token by NFC. This library successful read token number and token expiry date....
I'm having annoying warning in my IntelliJ Idea: ``` Outdated Kotlin Runtime Your version of Kotlin runtime in 'Gradle: org.jetbrains.kotlin:kotlin-runtime:1.1.0' library is 1.1.0, while plugin version is 1.1.51-release-IJ2017.2-1. Runtime library...
I created custom domain through CDN then I try to use it with ali-oss: ``` const oss = new OSS({ region: 'oss-cn-zhangjiakou', accessKeyId: 'XXXXXXXXXXXXXXXXX', accessKeySecret: 'XXXXXXXXXXXXXX', bucket: 'some-bucket', cname: true...
In the description it stated that is 100% Kotlin, but in the examples I see dependencies on RxJava. Where I can have a look pure Kotlin example that could be...
if I build in [EpoxyController](https://github.com/airbnb/epoxy/wiki/Epoxy-Controller) my model it doesn't render skeleton ``` rowItem { id(item.key) onBind { _, view, _ -> val view = view.dataBinding.root val tag = view.tag if(tag...
Is a bit shameful that modern framework writtern in high level language like Kotlin doesn't support compilation directly to wasm like C# Blazor does. Please fix this misapprehension.
When I try to execute several tasks in parallel my code looks ugly. ``` async { await { async { await { async { await { val it = System.currentTimeMillis()...
In the example I can see only DAE file format usage. How about FBX support? Any examples?
Here we have example how to load textures https://github.com/aerys/minko/blob/master/tutorial/15-loading-and-using-textures/src/main.cpp but if we replace `geometry::CubeGeometry::create(sceneManager->assets()->context())` to `geometry::TeapotGeometry::create(sceneManager->assets()->context())` and a bit scale `cube->component()->matrix(cube->component()->matrix() * scale(vec3(.15f)));` ![screen shot 2016-03-11 at 8 32 25...