Mikhail Zakharov
Mikhail Zakharov
Please see a reproducible example below. The `mostLeftSpot` issue occurs when `spots` array is initially empty, and then one more value is added to the `spots` list (during live plotting)....
@fegue -> try placing the audio files into /tmp ramdisk, and analyzing from there, trying to rule out the SD card reads. Also, if you are using client/server.py, then server...
1924 payload is a bug in Linux kernel CSI driver. 1924 is not the payload, it is a partial CSI buffer. See my comment: https://github.com/xieyaxiongfly/Atheros-CSI-Tool-UserSpace-APP/issues/22#issuecomment-552143069
Confirming the issue with the latest pandas recipe. For me, commenting out this line: [```env['LDFLAGS'] += ' -L{}'.format(arch.ndk_lib_dir)```](https://github.com/kivy/python-for-android/blob/develop/pythonforandroid/recipe.py#L505) from recipe.py fixes the problem. This functionality is used for any `need_stl_shared`...
> The only difference I can see in the logs is when the app is swiped away for the first time I see: > > `ActivityManager: Process org.test.myapp:service_myservice (pid 12463)...
Interestingly, other bootstraps have this code already: https://github.com/kivy/python-for-android/blob/develop/pythonforandroid/bootstraps/service_library/build/templates/Service.tmpl.java#L41 Is there a reason why the common template has been kept different? My suspicion is this is only an issue if you...
joblib/multiprocessing functionality of sklearn does not work due to the `sem_open` issue.
Move to ndk 23 in develop branch breaks fortran build. Not sure how to overvome this. On Sat, Jun 4, 2022, 1:13 PM Nemanja Milosevic ***@***.***> wrote: > I tested...
https://github.com/kivy/python-for-android/pull/2615 for scipy/lapack hopefully overcomes the limitations of the latest NDK releases
If a build system uses just the first term of `CC` , then it is going to be missing some other (important) flags set by p4a build system as well....