Corentin Dupont

Results 38 comments of Corentin Dupont

Anyway a workaround for me would be to URL-encode only forbidden characters (If I understood correctly).

Hello, I encountered this problem again. I'm URL-encoding my payloads before submitting them to Orion, however the templates such as `${id}` will not be interpreted.

Hi Firmin, the curl request in my first post works.

Now as a workaround I URL-encode only forbidden characters. I need to do it because my payload is JSON, it has some `"` characters.

I have the same issue. Not sure to understand though: what's happening here? What do you mean by "running in fail state"?

@karikolehmainen I do remove the PID in the docker-compose: ``` orion: image: fiware/orion:2.2.0 hostname: orion ports: - "1026:1026" entrypoint: ["sh", "-c", "rm /tmp/contextBroker.pid; /usr/bin/contextBroker -fg -multiservice -dbhost localhost -logLevel DEBUG"]...

Something like: "Orion docker container won't start because of existing PID"

Hello, it would be great to have this 'reanimate-diagrams' package. What is the preferred way to animate Diagrams now? Thanks

Actually I would like to color the border for only one widget with border (I have several). So I need to use updateAttrMap on that Widget right? I'm wondering why...

Thanks, it works well with `overrideAttr`! I was wondering if such a function would work too: ``` addAttr :: AttrName -> Widget n -> Widget n addAttr an p =...