Jan Janssen
Jan Janssen
This is the last big (and somewhat complicated) piece to add.
The init time is only updated if not provided by the loader (if booted directly by the firmware, for example). The exec timestamp can simply be clobbered as the time...
The following snippet fails to apply the default font size (initially and on window resize). Note that the very same binding applied directly to text works as expected. ```slint export...
### Bug description ```python # pylint: disable=missing-docstring,too-few-public-methods import ctypes class Test(ctypes.Structure): _fields_ = [("member", ctypes.c_uint8)] test = Test() test.member = 42 # pylint: disable=attribute-defined-outside-init test.not_a_member = 24 assert bytes(test) ==...
### systemd version the issue has been seen with main ### Used distribution _No response_ ### Linux kernel version used _No response_ ### CPU architectures issue was seen on None...