Thomas Storek

Results 35 comments of Thomas Storek

@fgalan sorry for that late response. It seems to work just fine now. I tested with IoTA-JSON ```json {'libVersion': '2.18.0', 'port': '4041', 'baseRoot': '/', 'version': '1.20.0'} ``` However, updating the...

@fgalan That is exactly what I tried to say. I was not sure if it is really a new issue because it seems so closely related to me. Apparently, we...

@fgalan here my curl commands ``` curl --location --request POST 'http://localhost:4041/iot/devices' \ --header 'fiware-service: tutorial' \ --header 'fiware-servicepath: /your_path' \ --header 'Content-Type: application/json' \ --data-raw '{ "devices": [ { "timezone":...

@fgalan 1. absolutely 2. is there another open issue about that. But yes nested metadata vs JSON array vs structuredValue does not sound like big difference.

I now also found the related section in the nodelib https://github.com/telefonicaid/iotagent-node-lib/blob/master/doc/api.md#relationship-between-service-groups-and-devices But even from that i would expect a different behavior. @fgalan is this related to the agent or the...

I have the same problem. I like to define a list of str in my model but when calling model.json() I'd like to concatenate the str as comma-separated strings. I...

In the meanwhile I use this workaround for my problem. Hopefully, that fits the original issue. Ugly but it works. I think it also for CustomTypes. It is now somehow...

Hello, I am relatively new to pydantic, but I am wondering if it would be legitimate to extend @ludwig-weiss method by adding a possibility for @my_property.setter and @my_property.deleter. I tried...

@mapedraza @fgalan I can totally understand and appreciate the refactoring of commands in #4397 as it is really fragile. Once someone did something woring the complete commucation chain breaks. However,...