Frederik Bertling
Frederik Bertling
The change prevents the crash yes.
I'm getting the same error on debian bullseye.
``` suspend fun prepareGiftPurchase(): DropInClient { return withContext(Dispatchers.IO) { val cc = DataCache.getCountry(true, appContext) val model = getModel(modelId) val token = api.v1PurchasesGet(cc).process().token val secureRequest = ThreeDSecureRequest() secureRequest.versionRequested = ThreeDSecureRequest.VERSION_2 secureRequest.amount...
I think it's fine as long as the following flow is possible: Ui calls the viewModel via coroutine to prepare the purchase flow and suspends until it is ready. The...
I'm not sure how a process kill works here. If the app is closed gracefully then the coroutine is cancelled and the api should be able to cancel the purchase....
It would be part of a pipeline. E.g. the values my pcr machine puts out is either a Double or "Undetermined". I would like to treat this as NA or...
A skipRows function would help. It's qPCR data from a thermo scientific machine. I'm testing some code to automate data evaluation in a pathology context.
Hey, it now correctly skips the given rows, but only takes the columns which are also present in the first row. Here is an example of my sheet. It now...
Thanks, this works!
I think the first row after the header is skipped?