Brad Hanks

Results 13 issues of Brad Hanks

Compile-time alerts: warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead │ 458 │ {:type_list, ['n', 'o', 'n', :_, 'n', 'e', 'g',...

removed Regex.regex? warning Application.get_env warning map_join, map_reduce refactor

I'm curious if it would be useful to add context to current error reasons. For example, :closed in HTTP/2, specifying whether it was due to a connection state check or...

Kind:Enhancement

map |> reduce -> map_reduce |> elem(1)

#481 I consolidated all the different option types under custom type options and included any specs that included that new type #482 These are all the other type specs. #484...

I ran "mix format" and it changes the formatting of 109 files. so maybe better to start that change from the source :)

I see Earmark.Parser.HtmlRenderer in documentation but I can't find it. There is a `Earmark.Parser.Ast.Renderer.HtmlRenderer`, however. I was wondering if I could get a little context. Thanks!