Raman Gupta

Results 330 comments of Raman Gupta

The approach I took was to move kscript in a way compatible with Kotlin scripting. An alternate approach would be to keep the syntax as `{{FOO}}`, resolve these inside kscript,...

> Ok, I see. Your approach to changing templates from {{}} to '$' makes sense to me. The only drawback I see now is that IntelliJ will try to resolve...

:+1: The Google Play Store is now requiring targeting SDK 34. This Google library is a blocker.

I have this issue too. A recent merge using the CLI showed output like this for tens or hundreds of entries: ``` Entry of x[db8be230b0a04679902c161c797adfbb] contains conflicting changes - conflict...

Could it be a timing issue with an open database? I did have the database open in the GUI, and I did see a message in the GUI saying "a...

> Then it's just the algorithm getting confused and can be ignored. The first part of this sentence does not appear to fit well with the second part :-) If...

> ...not quite sure if having `null` as default adds any value. Is there a use-case you're hitting where knowing that the state is unknown (rather than `Disconnected`) would be...

Thanks I'll experiment with this. If it does work, then what do you think about a utility method on advertisements like `scanOneInterval()`? That would abstract away the low-level detail of...

This approach works but there are a few complexities to keep in mind. 1) You can't use `toSet` directly, as (at least for my device) each `AndroidAdvertisement` is not equal,...