Arek Gil
Arek Gil
Could someone explain to me need for compatibility with EDoc? Elixir's [ExDoc](https://github.com/elixir-lang/ex_doc) outputs HTML files, in my opinion produced documentation is more readable and comprehensible than one produced by EDoc....
Another interesting idea would be to embed documentation into compiled files (which is done by Elixir compiler), which would make docs accessible from within the repl (which is awesome). It's...
Thanks @yurrriq ! I wasn't aware it's simple, thank you for the references 🙂
Thanks, I guess I need to join IRC then 😉
@arcusfelis @fenek in hope to address concerns of both of you, I propose to replace `dirty_get_routes_to_module` with `dirty_check_route_exists/2` which would take a domain and a module as a parameter, and...
@fenek @arcusfelis I've added negative test cases and one test to ensure that rooms can be actually created at different domain. However I noticed that if we'd like to fully...
Yeah, that sounds like the right approach.
I agree that discoverability might a problem here. > For example, would a comment on the generated Phoenix telemetry file help? +1 to that! And yes, the current API is...
I kind of like the 3-arity version. It is somewhat similar to the current implementation, but with two explicit arguments instead of one that's being split. But if the name...
> automatically adds it to the metric Do you mean adding it to the set of avaialble tags, i.e. merging it with event metadata?