Ricardo Oliveira
Ricardo Oliveira
Hi, I use tsung almost in a daily basis, and despite the age it has, it works quite well. But... I wonder how hard it would be to use Erlang...
I have `Many applications in one repository`, as in the guide, under the `apps` directory. I have a top level Makefile where I declare several Erlang dependencies (git). If the...
It is great that you added websocket support. It would be even great if you could add websocket secure (ssl) !
Hi Invoking the following results in an app crash. ``` StripePayment.createSourceWithParams(SourceParams( type: 'multibanco', amount: 2, currency: 'eur', returnURL: "some url", email: "some email")); ``` If I instead use 'ideal' for...
When starting a function for integration testing, the OS always shows a dialog box to confirm we allow opening the firewall. Is there any way of not having this show...
In case we wish to work only on a pull model, we don't have a way of disabling the push timer. It would be great there would be an option...
I would like to use a [Personal Eventing Protocol](https://xmpp.org/extensions/xep-0163.html) feature of generating notifications based on presence. Correct if I'm wrong, but what I understood from reading the XEPs is that...