tom-kuca
tom-kuca
You can get more information if you open Console in Developer tools, usually `Ctrl+Shift+I`. Check #31, the symptoms are the same.
> Has anyone got any feedback on the config outlined above? An alternative is to use RFC 5698 - Data Structure for the Security Suitability of Cryptographic Algorithms (DSSC). It's...
I can't build it against 4.1.0 with the error ``` Event.cpp: In function '_jobject* Java_org_zeromq_ZMQ_00024Event_recv(JNIEnv*, jclass, jlong, jint)': Event.cpp:60:5: error: 'zmq_event_t' was not declared in this scope Event.cpp:60:17: error: expected...
I look around, the error message comes from [mautrix/go](https://github.com/mautrix/go/blob/cbd13347246359e3819ac12ee2576788bce36705/bridge/commands/doublepuppet.go#L29). It's printed when `GetIGhost()` returns nil. For slack, the implementation is commented out: https://github.com/mautrix/slack/blob/a9ba2f9249bdc5df69a1349122d1769e7e48c9e1/user.go#L85-L95 It was commented 2 years ago in...