sammyraul

Results 4 issues of sammyraul

I am trying to query based on multiple identifiers. Similar like below > db.test.find({"_id" : {"$in" : [ObjectId("123"), ObjectId("456")]}}) How can this be achieved using mc_worker_api:find. Any pointers are really...

Example in README ``` Command = #{ => #{ => "rain gear" }}, mc_worker_api:update(Connection, Collection, #{'_id' => 100}, Command), ``` just replaces the element at the 1st position. What I...

Hello, I am looking forward to adding custom elements to my message. For example something like this ``` Hello ``` Do I have to write a custom plugin for this?...

Hello, I am trying to include escalus in my erlang app which is trying to send and receive a small message. Here's what I have done: `application:ensure_all_started(escalus), {ok,Config} = file:consult("priv/escalus.config"),...