Brice Dutheil
Brice Dutheil
OK I'll give it another look.
I am personally in favor of option (1). In my opinion as long as there are use cases for the subclassing strategy (eg android), it shouldn't be abandoned. Even ignoring...
> @bric3 would plan 2 be appropriate for you, with the given addition that we do NOT drop the subclass mockmaker? E.g. we switch the default on JDK 17+, but...
Hi @jjDevPL Thanks for tracking the version that changed the behavior ! This was done as part of #635. For other here's the code in the archive : ```java interface...
FYI getting a NoSuchMethodError with Kotlin 1.7.20-RC and compose 1.2.0-alpha01-dev774 ``` java.lang.NoSuchMethodError: 'void org.jetbrains.kotlin.backend.common.ir.IrUtilsKt.createParameterDeclarations(org.jetbrains.kotlin.ir.declarations.IrClass)' at androidx.compose.compiler.plugins.kotlin.lower.LiveLiteralTransformer$visitFile$1$1.invoke(LiveLiteralTransformer.kt:488) at androidx.compose.compiler.plugins.kotlin.lower.LiveLiteralTransformer$visitFile$1$1.invoke(LiveLiteralTransformer.kt:476) at androidx.compose.compiler.plugins.kotlin.lower.DurableKeyVisitor.siblings(DurableKeyVisitor.kt:117) at androidx.compose.compiler.plugins.kotlin.lower.DurableKeyVisitor.root(DurableKeyVisitor.kt:152) at androidx.compose.compiler.plugins.kotlin.lower.LiveLiteralTransformer.visitFile(LiveLiteralTransformer.kt:476) ``` But on [compose-compiler repo](https://androidx.dev/storage/compose-compiler/repository/) there's...
@hlascelles Thanks this does fix properly the suggestion being appended. The solution described in https://github.com/zsh-users/zsh-autosuggestions/issues/238#issuecomment-389324292 do not work completely when the paste do not happen on the start : e.g....
Just hit this as we are using gradle docker image to build app, the Docker tooling is not installed.
For reference, the following statements raise NPE with different stack in JGit depending on the call made. Is there a way to just check if it is a worktree ?...
Hi there, I would like this to be available in the toolbar, maybe by pressing `Alt` on the button. As I'm on a laptop, I often plugin/plugout an external screen...
Indeed, this is similar but more focused on links in particular.