Mariano Vallés
Mariano Vallés
I have a use case where form has multiple buttons each of them pointing at the same controller action but each with a separate name and value: ```html Release Deployed...
ElasticSearch 7.x [1] already described the removal of mapping types. For the case of bulk endpoints: > Types should also no longer appear in the body of requests. The following...
This PR is a working implementation to fix an issue with the args_matcher. I iniitally tried in https://github.com/eproxus/meck/pull/242 but never succeeded there. When asserting on calls to functions were the...
Allow for hosts without a project tag set. `set :ec2_project_tag, nil` Will not filter based on `Project` tag.
3 NN + 4 MySQL cluster DataNodes + 3 or 4 Datanodes - Need to accomodate the Datanodes to the same nodes where the MySQL
Name in InodeTable Parent Blocks, is there anything to use here?
This would later leave us with: - Reduce the num of DB calls where possible - Aggregate DB calls
Starting with Erlang 20.x release the `random` module was deprecated. This commit simply replaces `random:uniform` with `rand:uniform` to make `erlstatsd` compatible. Thanks
While using the `called` function with `Map` arguments I noticed that the matching was not exact, but that a map with different amount of key/values was still being mapped. This...
We are currently using `assert_called` in a test, where one of the arguments is a list of maps. This test should have failed given that one of the keys inside...