William Reed
09/29/2021, 9:06 PMKClass<*>
in kotlin poet as a TypeName
?jw
09/29/2021, 9:09 PMephemient
09/29/2021, 9:09 PMKClass::class.asClassName().parameterizedBy(STAR)
Tolriq
10/04/2021, 6:26 AMeygraber
10/07/2021, 5:51 PMjw
10/07/2021, 6:04 PMjessewilson
10/08/2021, 3:52 AMjessewilson
10/08/2021, 3:53 AMyschimke
10/08/2021, 2:06 PMjw
10/08/2021, 2:20 PMjw
10/08/2021, 2:20 PMVivek Modi
10/15/2021, 2:49 PMNathan Retta
10/15/2021, 9:03 PM'application/x-protobuf' not supported
. Our backend team is only supporting protobuf
, rather than x-protobuf
content types. Is there any way to use this converter factory with protobuf content types?jw
10/15/2021, 9:10 PMFanilog
10/19/2021, 1:06 PMClass java.lang.Class<com.squareup.wire.internal.FieldBinding> cannot access private final field long ...
error and when I’m trying to deserialize I got java.lang.IllegalArgumentException: Wrong number of arguments; expected 0, got 11
any idea what I’m doing wrong ?Trevor Stone
10/19/2021, 4:28 PMDELETE FROM XYZTable
WHERE id IN ?;
and on some android devices we are getting
too many SQL variables (code 1 SQLITE_ERROR[1]): , while compiling: DELETE FROM XYZTable WHERE id IN (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?....
Am I doing something obviously wrong?saket
10/19/2021, 4:34 PMTrevor Stone
10/19/2021, 4:35 PMTrevor Stone
10/19/2021, 4:36 PMephemient
10/19/2021, 4:39 PMsaket
10/19/2021, 4:39 PMsaket
10/19/2021, 4:39 PMTrevor Stone
10/19/2021, 4:40 PMsaket
10/19/2021, 4:42 PMsaket
10/19/2021, 4:43 PMTrevor Stone
10/19/2021, 4:44 PMjw
10/19/2021, 6:05 PMTrevor Stone
10/19/2021, 6:07 PMribesg
10/20/2021, 11:03 AMPath
matches a directory or a file (or nothing)?ribesg
10/20/2021, 11:10 AMFileSystem.SYSTEM.metadataOrNull(path)?.isDirectory
I think, ok. Convoluted but I think I get the idea behind FileSystem