Mouaad Aallam
Mouaad Aallam
@YabZhang I think you can do one of this solutions: - Edit your file like in the patch [above](https://github.com/plusjade/jekyll-bootstrap/pull/303/commits/097e3305ec288aea14c324082351fbf54d2e5ef4) - Or simply try create a folder named |bootstrap-3| in your...
Hello @miibpa, This library does not have Evernote android-job as a dependency, however [InstantSearch Insights](https://github.com/algolia/instantsearch-android-insights/blob/30b811ffa610c6b4184199492adfc6fe83e76411/dependency.gradle#L38) does! To solve the issue, did you try manually specifying the newer version of android-job...
Hello @kenumir, Your device doesn't seem to support TLS v1.2. You can attempt to patch it using this [documentation](https://developer.android.com/training/articles/security-gms-provider.html).
Hey @sherif95, what version of Kotlin and coroutines are you using ?
I found this somewhat old [logo guidelines](https://web.archive.org/web/20201201234948/http://www.oracle.com/us/technologies/java/java-licensing-logo-guidelines-1908204.pdf) document, which talks about a certain "Java Blue": `#007396`
Hey! you can find the iOS counterpart [here](https://www.algolia.com/doc/guides/building-search-ui/getting-started/how-to/flutter/ios/). For the multiplatform support, we only target JVM at the moment, but this might change in the future.
Currently, the Kotlin client does not support KMM. It is in our backlog, but we can't confirm a release date.
Hello @fmagalhaes, Thank you for reporting this issue. Do you use R8 ? maybe this is related to this [issue](https://youtrack.jetbrains.com/issue/KTOR-2708).
Hi @GautierLouis, that's because you are using [`onEach`](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/on-each.html), which is an intermediate operator, your flow never starts. From [`Flow`](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow) documentation: > Intermediate operators on the flow such as [map](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/map.html), [filter](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/filter.html),...
Hi @GautierLouis, indeed paging3 and multisearch doesn't seem to work as expected, we have added this issue to our backlog. I would suggest either using two `HitsSearcher`s or don't use...