Vasilii Demidenok

Results 10 issues of Vasilii Demidenok

In the current master `vector_orddict:insert` function would compare all dots for `>`, rather then `>=`, which will lead to a wrong ordering of vv, such that: if given `#{dc1 =>...

So while experimenting with multi-dc setup on mac I discovered the following problems: 1) Antidote picks all `inet` interfaces on the machine (including address for special `utun` interfaces, which correspond...

soap_fault module fails on parsing xml that looks like this ``` soap:Server Some description goes here something something else ``` The stacktrace looks like: ``` "stacktrace" : [ "{soap_fault,parse_fault_1_1, [{startElement,[],\"tag1\",[],[]},...

The main motivation of this pullrequest is as following: If one is using cowboy middleware for example to do the logging of the http body - then the body will...

While trying to generate erlang modules from wsdl faced with the following scenario: ``` ``` ``` 2> soap:wsdl2erlang("false.wsdl"). What must be generated? 1: client 2: server 3: both Select a...

Introduce local DC timestamp information into meta_data ets tables. The main use-case - get notified when particular transaction is fully replicated to the local DC, as it may be spread...

I noticed that on latest master if there is a web server running on the local machine: ``` >ibrowse:send_req("http://localhost:8091/", [], get, []). {error,{conn_failed,{error,econnrefused}}} ``` But calling it with 127.0.0.1 host...

It was found that on version 1.81 the slice::from_raw_parts may be called with null pointer or len equal 0 in merge_operator, causing panic: ``` panicked at library/core/src/panicking.rs:221:5: unsafe precondition(s) violated:...

approved
dco-signoff: yes
size/S

Hello Håkan 👋 I have an interesting problem with the test that seems to hang completely when I inspect the output with the built-in `tail` command. It doesn't seem to...