brevilo
brevilo
Hm, this also means that any custom CSS only gets applied to full dashboards, not individual *embedded* (iframe outside Grafana) panels, right? It's a pity that Grafana doesn't yet support...
This seems to be a duplicate of #76.
Hm, 1f1fcd7 fixed the issue specifically for `m.room_key` only. As far as I understand the client-server spec these attributes are needed for **any** encrypted event sent using the `m.olm.v1.curve25519-aes-sha2` algorithm....
Ideally containing the fix for #18 😏
Speaking of dependencies, even while mostly unrelated to this issue... Here's a little FYI for everyone trying to deploy this in an OSGi environment: you need at least version [2.0.1-RC1](https://github.com/eclipse/microprofile-rest-client/releases/tag/2.0.1-RC1)...
No worries, I have another PR coming (needed for OSGi compatibility). Hope to get it done later today.
Also, there might might be another bugfix required for `microprofile-rest-client-api` so holding off is actually a good thing right now. I'll keep you posted if and when things got resolved.
> No worries, I have another PR coming (needed for OSGi compatibility). Hope to get it done later today. There you go: #20
> Also, there might might be another bugfix required for `microprofile-rest-client-api` so holding off is actually a good thing right now. I'll keep you posted if and when things got...
Ah, right. Well, in that case I need to maintain my own fork for the time being. Even the latest `microprofile` (4.0.1) still provides only `microprofile-rest-client-api` 2.0, for obvious reasons....