Gerik Bonaert
Gerik Bonaert
Here is a small snippet which allows to reproduce the issue: ```js const Vcf = require('vcf') const data = `BEGIN:VCARD VERSION:4.0 NAME;PARAMETER="parameter value contains a :colon":value also contains a :colon...
I have an Asterisk instance that generates a great amount of events. The manager is configured to authorize all events: ```ini read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan write = system,call,agent,user,config,command,reporting,originate,message ``` My application...
Hi @anduchs, Your extension was exactly what I needed. I decided to improve it and add a keyboard shortcut to toggle to the next available output source. Would you be...
On older solr the endpoints are not prefixed by the core name. This fix ensures that the requests without a core name are: `/solr/select` instead of `/solr//select/`
In our code base we took the approach of using the full API framework instead of using the SimpleUser class. We instantiate the `Registerer` to register our user agent. In...