Jason Fox
Jason Fox
Of course, this is only really an issue when the `default.language` is set to an RTL language like `he`, `ar` etc. If only a small snippet is effected, the author...
The documentation is [here](https://fiware-requirements.readthedocs.io/en/latest/docker_templates/index.html) - the additional placeholder entities can be left blank for now. The idea is to eventually run independent automated integration testing (discussed in the TSC three...
The FIWAREbot has now caught up with `latest` - the hash aligns with `3.4.0` 
Since Docker removed the ability for a third-party to listen to releases and automate builds, the `fiware` docker tags will always lag the original source of truth. `telefonicaiot` needs to...
> Can you check the same for the ging/fiware-idm and ging/fiware-pep? The newest 8.2 release is also not available I have no access to the GING Docker account
This issue is due to mounting a Docker volume using windows. The relevant `docker-compose` line is here: https://github.com/FIWARE/tutorials.IoT-over-MQTT/blob/master/docker-compose.yml#L148 ```yaml volumes: - ./mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf ``` If the existing bash script isn't working...
The crux of the issue is should Orion-LD spoof the `attrsFormat` back to `normalized` or should Cygnus accept a wider range of acceptable formats (i.e. allowing `x-ngsiv2-normalized-compacted` = `normalized`) or...
> For compacted values, we add "-compact" ? > - "normalized-compact" > - "keyValues-compact" ? I would say **NO** - normalized is just normalized regardless of whether it is expanded...
Looks like an Orion-LD change, but leave it open until we can confirm that it is fixed.
Maybe add 500 to the port numbers for NGSI-LD? ```text cygnus-ngsi.sources.http-source-mysql.port = 5550 cygnus-ngsi.sources.http-source-mongo.port = 5551 cygnus-ngsi.sources.http-source-ckan.port = 5552 cygnus-ngsi.sources.http-source-hdfs.port = 5553 cygnus-ngsi.sources.http-source-cartodb.port = 5554 cygnus-ngsi.sources.http-source-postgresql.port = 5555 cygnus-ngsi.sources.http-source-orion.port =...