joudinet
joudinet
Same reference error for the path variable few lines below: https://github.com/mattkrick/EdmondsBlossom/blob/fab7ca8505e1577b009696c038dc804cf0acbea2/app/blossom.js#L274
And another one in: https://github.com/mattkrick/EdmondsBlossom/blob/fab7ca8505e1577b009696c038dc804cf0acbea2/app/blossom.js#L380
Thanks, using your code I manage to add DNS name restrictions to a root CA. Instead of `asn1.create(asn1.Class.CONTEXT_SPECIFIC, 7, false, ipv4ToBytes(permitted))`, I simply did: `asn1.create(asn1.Class.CONTEXT_SPECIFIC, 2, false, util.encodeUtf8("example.com"))`
@zinid: Thanks for the quick reply and confirming it is a known issue. I let the issue open.
Hi, I'm able to trigger this issue as well. I observed the difference in the websocket messages that are exchanged between the session where the button is present and the...
While reading the source code for another reason, I found that according to this code in muc.js: ``` async join (nick, password) { if (this.isEntered()) { // We have restored...
More on this issue: I found a way to reproduce it all the time, as well as a way to fix it when it occurs. My settings are as follows:...
I confirm that adding the prefix `"upload."` to `_converse.domain` in this function call fixes this issue: https://github.com/conversejs/converse.js/blob/1ad6de2dd6a0b56fc84a65a4bddf7647e595fba4/src/shared/chat/toolbar.js#L79 I guess the upload_jid should not be hardcoded but retrieve from elsewhere, but...
Still on this bug, actually the issue is elsewhere. When the storage is not empty, the `queryForItems()` function will not be called and the items property of the "example.com" entity...
Sorry @jcbrand but your subsequent commit did break my patch. I've just double-checked it and find the trombone (aka. paperclip) still disappears with conversejs master branch. Let me add two...