Daniel Novak

Results 16 comments of Daniel Novak

This would require adding a new permission (RECEIVE_BOOT_COMPLETED) - which I would like to avoid. I think we could do this as an optional feature of the library - you...

@adrien-aubel Sorry - no news yet, but I have it in my backlog. I haven't thought about it in detail yet - so now specific code guidelines :-(. I can't...

It could be also a platform bug, but maybe triggered by SqlDelight. We have seen a similar bug in Room too. Here is a link to the "platform bug": https://issuetracker.google.com/issues/37001653

That's really a major issue for anyone starting with Kotlin - it really leaves a bad first impression. You clone the Koans tutorial and you are stuck right in the...

@aritraroy I am sorry I haven't noticed this issue. Can you please provide some sample code that will reproduce the problem? Or at least a stack trace.

@aritraroy Can you please provide stacktrace of the crash? Maybe also your implementation of `getItemId()` is not consistent? Hmm.... I will take a look at it today.