Michał Klimczak
Michał Klimczak
Yeah, a lot of work, but if you require such behavior, probably the only way. I will leave this issue open, maybe someone will come up with an idea for...
From my experience (not measured) this seems to be more severe on Pixel devices than e.g. samsung. Also it started with the full tunnel ntroduction, before it didn't consume so...
Thank you for responding! I have my Distribution certificate there. Should I add the Development certificate as well, even though I'm only building for app store / ad hoc? Also,...
@lpusok, it does work if I add the development cert to Bitrise. But I still don't understand why that would be necessary :)
Any info? Still happening to me
Use case: automate backend e2e tests where a process involves receiving a push and then making use of data from its payload
Same here
@JajaComp but you can easily copy it from the Exposed source. E.g. for a delete statement the original is ```kotlin override fun prepareSQL(transaction: Transaction): String = transaction.db.dialect.functionProvider.delete(isIgnore, table, where?.let {...
Is this abandoned? Is there any way to use kotlinpoet to generate kotlin used by multiplatform modules?
https://github.com/FutureMind/koru/pull/14/commits/56b85b1fd8ddd0d15f9ec943ee5cde8cc05ba2a0#diff-7497f41874fbb53e06fe3194cdebddb7dd5d1bbc2d6b35e6f8c656f43f679b01L78 I'm not sure if you can count it as a reasonable use case, but I think that having nullable params is legitimate. Unless I'm not missing something, it would...