orangy
03/07/2018, 10:38 PMoshai
03/08/2018, 7:20 AMremove redundant backticks
false warning in intellij a known issue of kotlin 1.2.30?orangy
03/08/2018, 5:04 PMdiego-gomez-olvera
03/08/2018, 5:17 PMSteph Carter
03/09/2018, 7:41 PMlukas.mega
03/14/2018, 6:58 AMmbickel
03/15/2018, 12:48 PMval
and my name. Is this just me?dalexander
03/15/2018, 5:18 PMorangy
03/16/2018, 8:39 PM{->}.fun
Function<*>.(){}()
orangy
03/20/2018, 3:44 PMval name = expression.validate {
… some validation clauses…
}
So that there could be range checks, nullity, etc. I didn’t put any thought into it yet, but I feel the need in many places.Shawn
03/20/2018, 4:42 PModay
03/21/2018, 5:23 AMchi
03/21/2018, 11:09 AMRuckus
03/21/2018, 2:32 PMczyzby
03/22/2018, 4:41 PMyoavst
03/23/2018, 10:43 AMkarelpeeters
03/23/2018, 11:11 PMelect
03/27/2018, 11:04 AMlukas.mega
03/27/2018, 11:05 AMelect
03/27/2018, 11:08 AMsmilecs
03/28/2018, 9:44 AMRuckus
03/29/2018, 7:56 PMpoohbar
03/29/2018, 8:00 PMpniederw
03/31/2018, 10:30 PMdalexander
04/03/2018, 1:07 PM100 people - yay we're all friends
1,000 people - this is a shitshow
10,000 people - nobody is posting anymore because what is the point even
This sort of reflects what I’ve noticed over the last couple of years in this Slack-- in that the slack seems somewhat less active now than when there were fewer people. As for how to fix the problems that are talked about in the tweets, I think a sociologist is required, but I suspect it involves breaking up channels into sub-channels in some way, because having a meaningful conversation in a channel with thousands of people in it doesn’t even make any sense.karelpeeters
04/03/2018, 2:48 PMavolkmann
04/04/2018, 4:06 PMgeneral
, I don't have the time to read through it anymore.ziggy42
04/06/2018, 1:21 PMcom.google.common.annotations.VisibleForTesting
without the need of importing guava?louiscad
04/06/2018, 2:41 PM@JsonSerializable
data class UserInfo(
@Json(name = "title")
val civility: String,
@Json(name = "forename")
val firstName: String,
@Json(name = "name")
val lastName: String,
val email: String,
@Json(name = "gsm")
val mobilePhoneNumber: String,
@Json(name = "street1")
val addressFirstLine: String,
@Json(name = "street2")
val addressSecondLine: String,
@Json(name = "zip")
val postalCode: String,
val city: String,
@Json(name = "licence")
val licenseNumber: String
)
@Json @Json @Json @Json
Kamal Joshi
04/10/2018, 3:03 PMKamal Joshi
04/10/2018, 3:03 PM