cjacky475

Results 5 issues of cjacky475

Hello, I am trying to perform integration testing and use `launchFragmentInHiltContainer` to start my fragment for specific scenario. However I receive and error `java.lang.IllegalStateException: Method addObserver must be called on...

Hello, I have this function: ```kotlin override fun loadSensors(userId: String, param: (Result) -> Unit) { // Blank } ``` ```kotlin @get:Rule var hiltRule = HiltAndroidRule(this) @Rule @JvmField var mockitoRule =...

Hello, I have this code written below, where **x** represents total water usage in specific period of day in litres. Now **80L** and **200L** are water leaks. ``` x =...

Hello, I am trying to connect to AWS IoT on my ESP8266, but it's not connecting. I've checked the credentials, everything is fine. I see no logs in AWS IoT....

Hello, I was following **BUILD.md** and the last step before starting the service was to execute: ``` chcon -t container_file_t ./data/whosonfirst-data-admin-us-latest.spatial.db; podman run --security-opt label=disable --net=host -v /run/user/1000/podman/podman.sock:/run/podman/podman.sock:z -v ./data:/var/airmail/data:Z...