Aaron Eiche
Aaron Eiche
I've noticed this as well when I first installed Actual. The arrow keys are both moving to the next checkbox as well as issuing a scroll event relative to the...
For others who end up here. The problem is that a change in the compiler results in not seeing the array members as `const ` even if the array itself...
I wanted to push this as well. I was unable to get the most recent release to work with my ESP32-C3 project, and this branch compiled without issue.
I'll throw my hat in here and say that I'd really like this. I use FreeCAD for design work, which shares its default mouse controls with Blender. In that state...
In this case, I think the experience for the user is degraded when this happens. They approached the "create rule" interface from payees, rather than just starting with a blank...
I've only begun to use Actual, so I'm still getting my feet wet. I wanted to add that a mobile interface (especially a responsive one) needs to be quite flexible...
> is it more than the mobile ui of the server version? I spun this up in docker and at least me, I found the mobile version lacking in basic...
I realize that templates are still an experimental feature, but thinking on it I feel like we need a proper "template constructor" tool rather than just writing something out in...
I managed to find an answer that seems to have at least gotten me through compiling. https://forums.raspberrypi.com/viewtopic.php?t=84506: > Lowering the optimization flag to -O2 fixes the issue. Still wondering why...
I'll note here additionally that the flag makes compiling work, but the code doesn't actually run. I'm not entirely sure why - I'll continue to explore.