Alex Collins
Alex Collins
signal_linux.go is a symlink to signal_darwin.go Something to do with your OS?
I've no comment on this issue. Someone needs to start up the UI and start debugging.
Fix this ` depends: createqueuet`, it is wrong.
This LGTM, but really @sarabala1979 should review this as he's expert.
I don't think this can be about referesh interval. It only correctly updates when I close and re-open meeting bar.
I'm also interested in a standard or convention for this as this is a use case we have. Some kind of URN could allow flexibility. E.g. `{"correlationid": "urn:xxx:yyy"}`.
I have three different use cases: * Event encryption - the whole event is encrypted * Payload encryption - only the data field in encrypted * Field encryption - data...
That all seem smart. What are you thoughts about non-JSON types? How do you encode XML or text for example?
I think we need to give the different approaches names so we can discus. # JWE Approach ```json { "specversion": "1.0", "source": "my-app", "id": "abc123", "type": "message.v1", "datacontentype": "application/jwt", "data":...
After some more analysis, the only approach that will work well for us is Header Extension Approach. Why? * Any approach that puts control information into `data` means that you...