Chrissi^ (Chris Fiege)
Chrissi^ (Chris Fiege)
During the Freifunk Meetup during GPN19 [[0]] we talked about automated testing of gluon on real hardware or QEMU. I have briefly introduced my CI system. Here are some follow...
### Bug report **What is the problem?** During our weekly meetup a community member reported that a node did not show up on our map. We investigated the issue and...
While working on a non-public lona application I discovered a possible bug in the backend frontend synchronization. I have tried to break it down into a somewhat minimal reproducer. I'll...
I am currently implementing an interface where I want to place a group of radioboxes (````) where an user can select one-of-many. I've started by copying the ``Checkbox`` from ``lona.html.data_binding_inputs``...
Cheers, the real world hit my Lona project again. Before starting with a PR I would like to hear your opinion on how to go forward here. **tl;dr:** I would...
I found some strange behavior where I am not sure what part of lona may be the problem. See the following reproducer: ``` from lona.html import HTML, Option, Select from...
Well, I've tested `--live-reload` on my current project. And I think I mostly like this feature :-) It mostly works as expected. But: I am using a sqlite3 database (with...
This is an alternate version to #24 . I've taken @sante85 's branch tested it, fixed some bugs, and cleaned it up a bit. Thanks for the heavy lifting @sante85!...
Our workflows start to issue deprecation warnings. See for example here: https://github.com/pengutronix/flamingo/actions/runs/8827878412 This change bumps the used workflows to the most recent mayor version.
While reviewing https://github.com/pengutronix/flamingo/pull/29 I stumbled over the fact that we do not have any documentation on the ``sphinx_theme`` plugin jet - despite the fact that the documentation itself used the...