Colton Idle
10/27/2022, 2:00 PMblah
) and it'll expand it into a code snippet?kenkyee
10/27/2022, 2:01 PMkenkyee
10/27/2022, 2:02 PMColton Idle
10/27/2022, 2:11 PMColton Idle
10/27/2022, 2:27 PMColton Idle
10/27/2022, 2:27 PMhttps://www.youtube.com/watch?v=4rI4tTd7-J8▾
Colton Idle
10/27/2022, 2:57 PM//If you are touching this class, you will also have to update #LINK_TO_OTHER_CLASS
and hopefully I'd like to make the link "clickable" of course.theapache64
10/29/2022, 6:53 PMNorthrup James
11/01/2022, 8:12 AMelect
11/03/2022, 11:37 PMDavide Giuseppe Farella
11/06/2022, 6:49 AMsealed interface A {
@JvmInline
value class B(val value: String) : A
@JvmInline
value class C(val value: Int) : A
}
And I would like to override the equals
, is it even possible?elect
11/06/2022, 9:56 PMjmfayard
11/07/2022, 8:19 PMPablichjenkov
11/08/2022, 12:31 PMursus
11/08/2022, 11:10 PMCopilot
yet?
Is it possible for it to suggest anything other than “public” code?
i.e. could I say something from our actual code base like “Use PaymentHistoryApiClient to fetch latest payment, then query PaymentHistoryDao for latest 20 items, calculate a diff between the two, and if there is something new, show a notification”?
Or is it meant just for stuff like “Throwup binary search over this collection”?Stylianos Gakis
11/09/2022, 5:27 PM"ignoreDeps": ["here"]
in order to tell renovate to ignore all kotlin bumps. Anyone who had to do this before figured it out before?napperley
11/11/2022, 1:45 AM"org.jetbrains.kotlinx:kotlinx-metadata-klib:0.0.3
After doing a Gradle refresh no build errors have appeared, however the imports for the library (e.g. kotlinx.metadata.KmClass) aren't available.scaventz
11/11/2022, 3:11 AMJDWP
options, but it requires figuring out where the process is created, which is a challenge for me in a large codebase that I'm not familiar with.
So just curious, is there a better way to do this?
(Context: I'm debugging Gradle's test subproject and I just want the program to stop at my breakpoint, no matter which process is running it)Colton Idle
11/13/2022, 12:57 AMmbonnin
11/14/2022, 12:29 PMrtsketo
11/15/2022, 7:17 AMAlexander
11/17/2022, 3:16 PMDavide Giuseppe Farella
11/18/2022, 9:10 AMmbonnin
11/18/2022, 4:55 PMandylamax
11/19/2022, 6:02 PMColton Idle
11/21/2022, 2:02 PMstateIn
operator is kinda confusing to me. As in. it doesn't make sense why its named stateIn. Anyone have any "aha" moment on why the name fits? or is it just me with this confusion?Colton Idle
11/22/2022, 5:07 PMTgo1014
11/23/2022, 10:55 AMPiotr Krzemiński
11/28/2022, 12:27 PMThis is a technical release. It doesn’t contain any fixes that aren’t included in Kotlin 1.7.21.
Version 1.7.22 of the Kotlin plugin will not be available for downloading or installing in any IDEs.asking because my Renovate bot did detect this new version and I’ve spent some time on it. Just curious what the technical releases are for (who’s the target audience for them?) and if they are going to happen often
Awodire babajide samuel
11/29/2022, 6:28 PMAwodire babajide samuel
11/29/2022, 6:28 PM