Daniel Serrano
Daniel Serrano
Example of usage follows: iex> MyApp.Statix.distribution("rendering", 12, []) :ok From the Datadog documentation: > Unlike the HISTOGRAM metric type, which aggregates on the Agent during a given time interval, a...
More context on this original post over at [ElixirForum.com](https://elixirforum.com/t/exavier-mutation-testing-library-for-elixir/24157/3) where I first explained it. Right now I’m not running each `test ... do` individually but instead I’m running the whole...
not sure if I should be: * applying `sort=sort_by_count` to all these instances of `pandas.DataFrame.value_counts` * repeating the same thing over and over instead of, e.g., abstracting this to a...