gconklin
gconklin
This is how I monkey patched the defaults. Might help someone else in the mean-time. Not the greatest if more defaults are introduced, but works for the version I've been...
This seems to be a limitation of the Adaptive Cards template used by Cisco and not something the bot can get around.
As a work around, you could replace the built-in help command with your own that just outputs a text list of the command_keyword and help_message. (This is what I do)...
Looks like this can gotten around by building the adaptive card differently. Of note, I saw the 5 button limitation in the Windows client. On the phone, I was able...
This looks like it's happening in the websockets package. I'd say make sure websockets is up to date (v10.3) and that there isn't some connectivity issue to `https://wdm-a.wbx2.com` and `https://api.ciscospark.com`
> I spent several hours trying to understand this problem. I noticed that when disconnecting the `heartbeat_terminate_event` and `running` attributes remain with the same state defined by the on_disconnect, preventing...
My final solution was to just let the thread die (on_disconnected is empty) and monitor it from the creating thread (main in my case) to start a brand new one...
 The links shown don't take you to the album listed.
Hi @lastzero - Thanks for the response. > the behavior was an agreed upon compromise to make linking to at least one album possible I would argue that links to...
 I would guess at this point, `a.url` is blank (a href="") and the browser is just using whatever the current navigation path is. https://github.com/photoprism/photoprism/blob/9b62467741e61e0e8919687072abc68fd1605484/frontend/src/dialog/photo/edit/info.vue#L86 This is where it converts...