Eugene Crosser
Eugene Crosser
18.01 on both installations (bionic ejabberd 18.01-2)
xmpp:average.org (but there is no registration on that instance, it uses PAM authentication. You can send me public ssh key and preferred username and I will create a user for...
@edhelas, you can reproduce it on xample.average.org. It runs stock ejabberd and nginx and freshly-pulled movim from master as of this comment.
> @edhelas, you can reproduce it on xample.average.org. It runs stock ejabberd and nginx and freshly-pulled movim from master as of this comment. I am shutting down xample.average.org. (I kept...
Then you would need to guarantee that the backend preserves the order. Is there such guarantee, including possible future backends? In any case, my concern is the bug #2529 ....
@zinid , I think that I can make ordering O(N) and still used at application-time. Will that be acceptable? If so, I'll resubmit this PR. (I think pre-sorting is not...
@zinid , I pushed a new version of the patch that does not use `lists:sort()`. (But the code is more difficult to read, unfortunately :( ). Please see if this...
It looks to me like this piece is missing from `pyroute2/netlink/rtnl/tcmsg/common.py`: ``` opt.rate.rate = (rate64 >= (1ULL = (1ULL = (1ULL = (1ULL
@svinota may I bring your attention to this? I would open a PR, but the thing is, I don't see how to do it consistently with the existing design. Here...
Verified to work for me. The code LGTM too :+1: Thanks!