Alexander Wellbrock
Alexander Wellbrock
When writing a toot and for some reason the screen gets forcefully closed there is no draft and the writings are lost. This happens e.g. when the app crashes, the...
Hey there! I'm trying to use tinydb in a project using mypy (thanks for the plugin), pylint and flake8. While mypy works and understands the query syntax thanks to the...
Hello there! I'm happy user of ceryx for around a year now and I've implemented a small set of features for a specific use-case at my startup: using ceryx as...
Ditto Version: 2.4 I'm observing some strange behavior of the search API: doing a request with or without filters to the /count endpoint yields a different number than the result...
When creating a thing it'd be useful to directly include a `_metadata` structure. An interesting use-case is if the ditto-skeleton generator for vorto eventually receives metadata support this could be...
Use-Case --- A micro-service providing certain additional functionality to a thing, e.g. managing historical time series data, is registered to ditto via e.g. websockets and processes certain messages send to...
Currently when requesting `_metadata` for e.g. thing modifications with the enrichment feature (`?extraFields=_metadata`) the whole metadata of a thing is returned, although the messages path and values only comprise a...
When creating an mqtt-connector: In case the domain of e.g. an mqtt service for a connector is not only publicly available but also via an alias within a docker network...
Since live commands are implemented on devices the ditto SDK (Java AND JavaScript, capital 'and' since I fear the latter is a bit under-developed feature wise :sweat_smile:) needs to provide...
If updating a (complex) property it'd be useful to add an arbitrary json object as metadata of the property written in the request. In order to do this it has...