Colton Idle
04/20/2021, 3:12 PMColton Idle
04/20/2021, 4:21 PMclass MockApiService(delegate: BehaviorDelegate<NetworkBackedApiService>) :
NetworkBackedApiService {
private val delegate: BehaviorDelegate<NetworkBackedApiService> = delegate
override fun getFullName(user: String?): Call<String>? {
return delegate.returning(Calls.response("Colton Idle")).getFullName(user)
}
}
Colton Idle
04/20/2021, 4:25 PMjw
04/20/2021, 4:25 PMColton Idle
04/20/2021, 4:52 PMmyanmarking
04/21/2021, 3:17 PMsaket
04/21/2021, 4:00 PMonMigrate
functionmyanmarking
04/21/2021, 4:48 PMiamsteveholmes
04/21/2021, 8:32 PMchorgi.data.DatabaseTest.updateCharacterAbilitiesSetsAbilityScores STANDARD_OUT
Invalid connection: com.apple.coresymbolicationd
chorgi.data.DatabaseTest.updateCharacterAbilitiesSetsAbilityScores FAILED
kotlin.Exception: android/database/sqlite/SQLiteException - no such column: strength (code 1): , while compiling: UPDATE character
jw
04/21/2021, 8:34 PMjw
04/21/2021, 8:35 PMColton Idle
04/21/2021, 9:02 PM"<https://myapi.com/>"
and an api call be @GET("auth/login")
or leave off the trailing /
in baseUrl and have an api call be @GET("/auth/login")
Reason why I ask is that retrofit homepage shows:
.baseUrl("<https://api.github.com/>")
and @GET("users/{user}/repos")
While retrofit samples has a SimpleService that does:
API_URL = "<https://api.github.com>"
and @GET("/repos/{owner}/{repo}/contributors")
jw
04/21/2021, 9:08 PM<a href="">
so you can do whichever you wantjw
04/21/2021, 9:09 PMjw
04/21/2021, 9:09 PMiamsteveholmes
04/22/2021, 9:13 PM- Gradle detected a problem with the following location: '.../shared/build/generated/sqldelight/code/ChorgiDatabase'. Reason: Task ':shared:sourcesJar' uses this output of task ':shared:generateIosMainChorgiDatabaseInterface' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to <https://docs.gradle.org/7.0/userguide/validation_problems.html#implicit_dependency> for more details about this problem.
Tim Malseed
04/26/2021, 2:28 PMMyDatabase.Schema.create
jw
04/26/2021, 2:29 PMTim Malseed
04/26/2021, 2:30 PMPRAGMA user_version
to figure out the current db versionjw
04/26/2021, 2:30 PMjw
04/26/2021, 2:31 PMTim Malseed
04/26/2021, 2:32 PMTim Malseed
04/26/2021, 2:34 PMjw
04/26/2021, 2:34 PMTim Malseed
04/26/2021, 2:35 PMjw
04/26/2021, 3:24 PMjw
04/26/2021, 3:25 PMjw
04/26/2021, 3:26 PMjw
04/26/2021, 3:28 PMplastiv
04/26/2021, 3:51 PM