Ingo Fischer

Results 296 issues of Ingo Fischer

`iob add tvprogram` had vis as dep and vis has "web" as dependency ... currently we only resolve one dependency level

enhancement :arrow_up:
controller related :volcano:

enhancement :arrow_up:
cli :keyboard:
controller related :volcano:

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...

enhancement :arrow_up:
undecided 🤷🏽‍♂️
adapter related :nut_and_bolt:

... 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...

question :question:

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...

enhancement :arrow_up:
controller related :volcano:
db :safety_pin:

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,...

code enhancement :man_technologist:
controller related :volcano:
db :safety_pin:

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...

enhancement :arrow_up:
controller related :volcano:
db :safety_pin:
performance :chart_with_upwards_trend: