Peter de Kraker

Results 16 issues of Peter de Kraker

I am getting a few users with this crash on 2.2.0. Don't know if 2.2.1 fixed it. It happens in Application's onCreate() when calling Amplify.init(this); Only on 6.0.1 strangely. ```...

2t:bug
1c:code
help wanted
information needed

Unfortunately it seems that on Android 10 it's no longer allowed to write to /dev/input/eventX. Errors: `could not open /dev/input/event2, Permission denied` And in logcat: `mysendevent: type=1400 audit(0.0:18056): avc: denied...

When I want to install NDK or other components using the sdkmanager, due to JDK 11 it fails with: `java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema`

I was wondering why the library is targeting API 16? I am still supporting API 14 and would like to integrate this library for help messages. No way around API...

I am having issues with the Nest API. It's documentation states that it returns a redirect (HTTP 307) after you request a url from the API. After successful authorization, I...

question

I keep getting errors about javax.servlet.*\* missing. Seems to be that the normal Java SE SDK doesn't have these, but the EE SDK is needed. Maybe note this somewhere?

Android version(s): 11, System update from 1 Aug 2021 Android device(s): Nokia T20 tablet Oboe version: 1.6.1 App name used for testing: OboeTester / Mini Piano Lite **Short description** I...

bug

I am testing out the 7.x variant of Bugsnag for use with the new Android Gradle plugin. I get everything to work, except for uploading JVM mappings in combination with...

bug
backlog

I am using pxz to backup large databases. The resulting xz file needs to be fully scanned by 7zip to be able to give basic info like compression rate and...

I have a mydumper backup of a table with 70.billion rows. It is split per billion. So I have file 0000 - 0070.sql.zst Since I use Rocksdb engine in Mariadb,...

help wanted
question