Jolan Rensen

Results 206 issues of Jolan Rensen

I know it's possible you have a Ctrl+C send option in the adb app built in, but I was wondering how to send such a command for myself using this...

This might be due to fprint itself, but most new fingerprint scanners are touch-based and not swipe-based anymore (Like the ones from Elan). Some do work (a bit) when swiped,...

As the title says :) Firebase Firestore has support for GeoPoint and TimeStamp etc. natively, but since no KSerializer exists for this, (de)serialization fails. I did manage to deserialize it...

Running the crop activity on android P dp3 causes this error. it causes my app to crash. I'll put the full stacktrace below: `06-08 17:49:51.044 16313-16313/nl.jolanrensen.clockwidget E/AndroidRuntime: FATAL EXCEPTION: main...

I know it's possible as the original app developer has a Ctrl+C send option in his adb app built in, but I was wondering how to send such a command...

Version 7.0.5, Gradle 7.4 Currently, the default target of the `preprocess` task is "build/java-comment-preprocessor/preprocess". This is inside the build folder, which gets deleted entirely when running the `clean` task. However,...

help wanted

What a cool concept this is! Not only does it allow me to change source code for Java files, but also for Kotlin and Scala files (which is what I...

help wanted

While the auto inferring of types is cool, it makes mistakes. This is logical since there are some things it just cannot know. For instance in json: What's the type...

Fixes the empty array conversion described in https://github.com/Kotlin/dataframe/issues/143 I'll try to see if I can fix the other issues too, as well as check the generation using the plugin :)

Let's say I have the following sample data from the [Magical Location Clock app](https://mlc.jolanrensen.nl/help/group-data-api#h.oan9zw3gh0ca) ```json { "0": { "name": "Kwijt 🤷", "people": [ "Ronald", "Jolan" ], "peopleIds": [ 1544198659362550, 1556728145307124...