julian abiodun

Results 11 issues of julian abiodun

@nhaarman Do you have ideas about how one might use Acorn together with unidirectional/mvi architecture in the same app? Thanks in advance.

type:question

Perhaps this is already implemented and can be turned on? Or would I need to write some custom extension? If so, what would I be extending? I'm new to the...

I noticed there isn't a Mobius channel in the kotlinlang Slack. Where are users/developers of Mobius hanging out?

Hi, Lukas! I think there's a problem with the solution for [usecase4/VariableAmountOfNetworkRequestsViewModel#performNetworkRequestsConcurrently](https://github.com/LukasLechnerDev/Kotlin-Coroutine-Use-Cases-on-Android/blob/a8f2421e3385b9d5b1bc9c2647655a0ebba51e11/app/src/main/java/com/lukaslechner/coroutineusecasesonandroid/usecases/coroutines/usecase4/VariableAmountOfNetworkRequestsViewModel.kt#L29). It crashes when I configure `MockApi` to return a `500` on the call to `http://localhost/android-version-features/28`. Reading [this](https://medium.com/androiddevelopers/exceptions-in-coroutines-ce8da1ec060c) about...

Is there a channel somewhere? I didn't find one on kotlinlang on Slack.

[Exercise 4.9](https://livebook.manning.com/book/the-joy-of-kotlin/chapter-4/point-5323-282-282-0) I think the problem is that List is limited in size by the range of Int, whereas the test attempts to create a List whose size can be...

https://github.com/pysaumont/fpinkotlin/blob/d567d767fe8540b3766608730d967a5bf70f0730/fpinkotlin-parent/fpinkotlin-workingwithlaziness-exercises/src/test/kotlin/com/fpinkotlin/workingwithlaziness/exercise28/StreamTest.kt#L17 The test for this exercise may be insufficient because it passes the case where the fibonacci stream produces only zeros. `z + y == x` will always be true...

`./gradlew runAnk` is failing. When I rerun with `--info`, this is the output: ```` [✗ /Users/xxxx/dev/Category-Theory-for-Programmers.kt/build/site/2.4-representable-functors.md [2] Exception in thread "main" ---------------------------------------------------------------- File located at: /Users/xxxx/dev/Category-Theory-for-Programmers.kt/build/site/2.4-representable-functors.md ``` import arrow.core.Id import...

Hi, I'm getting this exception: `org.jetbrains.spek.idea.SpekConfigurationFactory@4f9da278 produced wrong type: org.jetbrains.kotlin.psi.KtFunctionLiteral cannot be cast to org.jetbrains.kotlin.psi.KtLambdaExpression` It doesn't prevent me from using the IDE or the plugin, but I thought I...

I'm using the latest commit on `master`. When in regular (non-manual) mode, and I tap `G` to see the graph view of performance, the app exits and I get this...