Stephane Bourque
Stephane Bourque
Hi, Is anyone aware if a pure Erlang version exists? I know the NIF code will remain the same but just wondering if someone has built or is aware of...
Just tried a git clone and make packages straight this morning and it looks like the build fails with: ``` The last 20 or so lines are ... ... Loading...
Although the code was properly figuring out the right DB, it would always pass the Connection DB to the make_request.
Hi, Just verified that ensure_index always uses the DB from the connection instead of choosing between the DB supplied as param#4 is specified. I am just doing a pull request...
Hi, We are just starting to use **brod** and we really like it. We have found a possible issue and looking for either confirmation or help troubleshooting it. Issue: erlang...
Hi, If I define a record like this: ``` -record( thing , { prop1 :: binary() , prop2 :: mylist() }). ``` And in an include file I have defined...
We have schemas where we need to validate the format of some values: IP Address, Hostname, CIDR, etc... We had been using json_schema_validator which allows us to specify format validators....
Hi, I am looking for a way to change the menu prompt dynamically during the use of the CLI. This is to mimic the behavior of CLIs by companies like...