John Bieling

Results 739 comments of John Bieling

@weksupport : I created a dedicated issue for your newline issue. Let's discuss it there: https://github.com/jobisoft/quicktext/issues/456 I already asked follow-up questions in that issue. Your second report is indeed about...

> **Template** `[[SCRIPT=Identity|setIdentity|id41]]` > > **Script** > > ``` > let action = this.mVariables[0]; > let setIdentity = this.mVariables[1]; > > > ... > ``` That is the community identity...

@weksupport : Were you able to get the converted script running?

You only need to include/copy what is inside the function definition.

Try this script: ``` // Arrow function that opens a file picker and resolves with the selected file const pickFile = () => { const task = Promise.withResolvers(); const input...

You may observe inconsistent behavior. In my local tests, the picker script failed from time to time and broke template parsing.

The link to **http://www.imc.com/pdi/vcard-21.txt** is captured by archive.org: https://web.archive.org/web/20120220032313/http://www.imc.org:80/pdi/vcard-21.txt An alternative could be https://github.com/emacsmirror/addressbook/blob/master/vcard-21.txt TODO: Should we keep a copy of that document (and similar other documents) on our own...

The link to **https://github.com/atheme/charybdis/blob/master/doc/monitor.txt** redirects to https://github.com/charybdis-ircd/charybdis/blob/master/doc/monitor.txt which is a 404. However *that* repo has https://github.com/charybdis-ircd/charybdis/blob/master/doc/features/monitor.txt which seems a good fit.

The link to **http://www.stack.nl/~jilles/cgi-bin/hgwebdir.cgi/irc-documentation-jilles/raw-file/tip/reference/draft-meglio-irc-watch-00.txt** has a good candidate here: https://github.com/grawity/irc-docs/blob/master/client/draft-meglio-irc-watch-00.txt

Oh, that is interesting, you are using the **3rdparty** policy. Does this have access to the properties which I have exposed via managed storage? Would love to know more! And...