Daniel Hähnke
Daniel Hähnke
Still an issue with current Signal version and Android 14. Version 6.35.5 org.thoughtcrime.securesms versionCode 134110 targetSdk 33 minSdk 21 Installed: 01.05.2023; 13:21 Updated: 14.10.2023; 08:47 GrapheneOS Android 14 build UP1A.231005.007.2023101100
FWIW, there is no such behaviour when using the fully FOSS Signal fork [Molly](https://github.com/mollyim/mollyim-android-unifiedpush). I'm fine with using Molly instead. Shall we close this?
> What does `upower --dump` say? ``` Device: /org/freedesktop/UPower/devices/line_power_AC native-path: AC power supply: yes updated: So 12 Nov 2023 16:24:44 CET (50 seconds ago) has history: no has statistics: no...
> > /org/freedesktop/UPower/devices/line_power_ucsi_source_psy_USBC000o001 > > Is that a UPS? Maybe that's confusing the capsule updater? No, I don't own a UPS. Maybe this dump from a fresh restart is more...
> Is the power supply the one that comes supplied with the laptop? Yes. Maybe this is of help: When I plug in the charger both of these power supplies...
Maybe the issue is not about the power but about getting the current version. I think `fwupd` is trying to install this: https://fwupd.org/lvfs/devices/com.lenovo.ThinkPadN34RN.firmware, which says it's firmware version `15.0.45.2411`. I...
@kmauleon Sorry, I lost track of this. Thanks for the ping. For some reason the Intel Management Engine doesn't show up in `fwupdmgr get-devices`: ``` 20VXCTO1WW │ ├─Embedded Controller: │...
> There are currently problems with the API provider. Therefore it can happen that no results are displayed. > > Just try again at a later time. Thanks for clarifying...
If you suggest to decrease the number of workers than this line should also be changed. https://github.com/JinghaoLu/MIN1PIPE/blob/f5740f040c716072587c2181da97e82965778690/utilities/elements/frame_reg.m#L45 Is this necessary at all? By default execution of parallel code initialises a...
@Les0me's error in https://github.com/JinghaoLu/MIN1PIPE/blob/32084136b3d67cb77f94c1cd3e26d85dc9712f0a/utilities/movement_correction/gradient_fast.m#L9 occurs when gpuArray `I` is sliced. Apparently, MATLAB makes a memory copy when operating on slices of gpuArrays (I don't know if this is the same...