Bartłomiej Lewandowski

Results 9 comments of Bartłomiej Lewandowski

I'm having a bit of trouble implementing this custom field. The implementation complains that the field is not supported. Currently I have fallen back to using the string dataType and...

commit hash 1808ee0500ea674b4bc2911acd0489ee5cbcef87

I can confirm the same issue on android, --no-map is a valid work around.

I'd like to note that this is compiled on my Mac, for a different architecture and system => Android.

@prusnak new command is cmake -DCMAKE_TOOLCHAIN_FILE=$NDK/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a -DANDROID_PLATFORM=android-23 -DCMAKE_C_FLAGS="-std=c11 -march=armv8.4a+dotprod" .. but the same error is shown

It looks like the code compiles now, I'll verify if I can get it working on my phone now. Cheers! On Sat, Apr 15, 2023 at 11:36 PM Pavol Rusnak...

both have been done, but I'll pull again and report back

Looks like an error reading the same body twice - the error handler uses .json() when status is not ok, then proceeds to try and read the body once again...