Ian Brandt
Ian Brandt
I was about to file an issue that the wrapper task needs to be run twice after updating its configuration, but it appears that might be the same as this...
Or Gradle.
It would be great to see this merged. I found that Mojave prompts to change the security settings when tests are run via Gradle from Terminal, but not when run...
See also https://github.com/Kotlin/kotlinx.coroutines/issues/2946 about adding [`SharedFlow`](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-shared-flow/index.html) and [`StateFlow`](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-state-flow/index.html) to the [Coroutines Guide](https://kotlinlang.org/docs/flow.html) as well.
I tried from my iMac, and it works fine. Perhaps this is more an issue with nobel or hardware than it is with sphero? The install looked a bit different...
I ran into what may be the same issue trying to verify behavior on a mock with a method that takes a `UShortArray`: ``` interface MyInterface { suspend fun myMethod(arg1:...
I just hit this as well. Should this issue be reopened?
As fonteditor-core is the basis of all the other fontmin plugins, I submitted a request for ttf2woff2 support there: https://github.com/kekee000/fonteditor-core/issues/3.
Testing [Gradle 8.1 RC1](https://docs.gradle.org/8.1-rc-1/release-notes.html), which promotes the configuration cache to stable: * If I run `buildHealth` with `org.gradle.configuration-cache=true` in 'gradle.properties', all is well. * If I add `org.gradle.configuration-cache.problems=warn`, `buildHealth` fails...