Ingo Fischer
Ingo Fischer
`iob add tvprogram` had vis as dep and vis has "web" as dependency ... currently we only resolve one dependency level
usbipis a neat way to uncouple serial ports from the hardware. On one host serial devices are available and a usbip server offers them. When a remote system wants to...
... right now it is only updated on controller start
Especially for the compact mode the adapterdevelopers needs to take care a lot to prevent that code is really not doing anything more when the unload callback is called. Especially...
Currently the "common.name" property can be a strin gor an object (with localized strings). Currently we accept both types for all objects. In fact the objects of types user, adapter...
https://redis.io/commands/auth to allow basic security with password. maybe also look into new securoty options in redis 6. And if password is defined require it for the connection to answer to...
refactoring and separating the storage from the dataset handling. Proposal: 1. capsule the dataset handling with a class that is compatible to the native Map 2. handle persistence (regular save,...
Currently the whole object needs to be read in order to check the permissions and e.g. to delete the object :-) We should think about other ways to store permissions...