Stefan Strigler
Stefan Strigler
> it wasn't a priority given the fact that you can manually lock the dependencies by setting an exact version in the config. The problem with this approach is that...
don't think it makes sense after all to accept non string values here at all, should I add a check for it?
could you please expand the "POST" request as seen at the console? (click on the '+')
JSJaC is a low level library. You can implement XEP-0184 on top of JSJaC without modification. At some point there was an effort to collect code snippets for implementations of...
Hmmm. Probably you're right, but I'm pretty sure I had sth in mind when I wrote this function (as by that time I needed it at some of my projects)....
Maybe in some later iteration of this: how about adding some weight and classes (tags) to certain operations. More weight, so more likely they are to be called. Class/tags can...
Metrics could be collected by exometer or such, so that you can send them directly to graphana and Co.
Ok, yeah, I see now that was stupid in the context of individual requests. But one could weight individual scenarios. Like tsung does. A test run runs different scenarios with...
I like it a lot. Makes code much more readable (and less error prone - the whole point of testing, right?). Is there no way to introduce some sort of...