bryanhuntesl
bryanhuntesl
### Steps to reproduce https://hexdocs.pm/distillery/extensibility/custom_commands.html ``` release_ctl eval --mfa "Mix.Tasks.MyTask.run/1" --argv -- "$@" ``` Should be : ``` release_ctl eval "Mix.Tasks.MyTask.run/1" --argv -- "$@" ``` Folks are getting mixed up...
project needs a license - suggest Apache 2
The syntax for Elixir is relatively complex (a certain amount of macro/metaprogramming) but Erlang has a trivial syntax. Supporting said languages in 2021 is arguably more useful than support for...
Goal - trying to trace 'apply(M,F,ARGS)' calls Status - cannot figure out how to do this. Tried - the following: Doesn't pick up the call (wildcards in params) ``` iex(69)>...
Is this expected behavior ? I declare a metric with a microseconds suffix : ``` @histogram [ name: :http_check_duration_microseconds, labels: [:target], buckets: :default, help: "Http check execution time" ] ```...
Have you considered also adding this functionality i.e. `mix ecto.create` ?
https://github.com/parroty/exvcr#iex-helper I try running the example from the README : ``` % iex -S mix Erlang/OTP 22 [erts-10.7.1] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [hipe] Interactive Elixir (1.10.3) - press Ctrl+C...
This project is using tzdata which downloads the latest timezone information on startup - obviously we don't want to mock this out, any idea how I can get exvcr to...
Recently merged minor change from @davydog187 to reduce needless logging (switch channel creation messages from info to debug). Justifies a minor release.