Nicholas Bransby-Williams
Nicholas Bransby-Williams
Actually it uses a pure JVM port of the Android SDK which we haven't open sourced yet as it's got some rough edges
> Are there SerializationStrategies available for common types like List, Pair and Map? Yes please see https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/serializers.md#constructing-collection-serializers @Lamartio are you sure your issue is the same as @amyu and @mihbor...
A lot of these changes look like just formatting? Makes it tricky to review - could you split the formatting / changes into separate commits so we can review this...
Hi @mjmarathon can you send links to the API docs for the methods you mentioned? Generally, the best way to handle these difference is to find the kotlin way to...
Thanks for the suggestion @LandryNorris, I think it's certainly a viable feature to add just a case of what kind of demand there is for it and if someone in...
@Daeda88 do we need to expose extra APs for this?
I had the same issue, had to install from file as suggested
You do mention it on http://amitlevy.com/projects/memjs/ - would be useful to state the same in the readme!
I guess this would help with replacing a trigger such as: ```js export const onDeleteUser = db.document('users/{userId}').onDelete(async (user, _) => { const batch = firestore().batch(); //delete all comments const comments...
Yeah the docs are same https://developer.atlassian.com/cloud/bitbucket/authentication-for-apps/. I corrected the links. Would be cool if you supported auto signing for requests using this lib: https://www.npmjs.com/package/atlassian-jwt Otherwise we will some how have...