sdeleuze
05/02/2017, 4:09 PMCzar
05/03/2017, 9:27 AMmvn clean
cleans up compiled classes, so incremental compilation is impossible.noctarius
05/03/2017, 11:52 AM@Suppress("NOTHING_TO_INLINE")
inline fun Any?.fuckoff() {}
whereas UK version would be:
@Suppress("NOTHING_TO_INLINE")
inline fun Any?.leavemealoneplease() {}
Daniel
05/03/2017, 11:54 AMsemoro
05/03/2017, 11:58 AMRuckus
05/03/2017, 4:05 PMpoohbar
05/03/2017, 6:01 PMcedric
05/03/2017, 6:38 PMFind Usage
, which I also use all the time, which I remapped to Ctrl-q
, much more keyboard friendly than Alt-f7
flyingburrito
05/03/2017, 7:42 PMwweofnowifmnwnkef
05/04/2017, 4:05 AMjmfayard
05/04/2017, 8:31 AMKotlin in Action
is good 👍danko9
05/04/2017, 7:35 PMkyonifer
05/04/2017, 7:56 PMdamian
05/05/2017, 2:02 AMjava.lang.Double
Ruckus
05/05/2017, 3:50 PMEntityGroup
should extend from EntityBase<T>
so I can have both `Entity`s and `EntityGroup`s in there.danko9
05/06/2017, 3:43 PMmiccighel
05/06/2017, 4:45 PMchris-hatton
05/07/2017, 1:45 PMpniederw
05/07/2017, 7:31 PMPaul Woitaschek
05/08/2017, 9:22 AMbillybong
05/08/2017, 11:49 AMval rights: MyApiClient = mock<MyApiClient>{
on {fetchByIds(any())} doReturn emptyList<Response>()
}
nerses
05/08/2017, 1:16 PMdamian
05/08/2017, 3:28 PMnesl247
05/08/2017, 3:39 PM-2
? They did a hotfix on the 1.1.2
release, and that's how they handle it instead of releasing a new patch release (they don't follow semver)Daniel
05/08/2017, 10:32 PMlastIndex
improve the readability of the codechristophsturm
05/09/2017, 10:48 AMval (a,b) = Pair("hey", "you")
why is this code not valid on class level?vaskir
05/09/2017, 8:58 PMredrield
05/10/2017, 12:33 AMsksk
05/10/2017, 1:49 AMPaul Woitaschek
05/10/2017, 10:06 AMPaul Woitaschek
05/10/2017, 10:06 AMbamdmux
05/10/2017, 10:07 AMPaul Woitaschek
05/10/2017, 10:07 AMbamdmux
05/10/2017, 10:08 AM