You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code rejects perfectly valid URLs, due to uri.host != nil.
More generally, Elixir's parser is not validating. I will investigate using ex_uri for that purpose. @annwenn Would ex_uri be an acceptable dependency to pull in?
The current code rejects perfectly valid URLs, due to
uri.host != nil.More generally, Elixir's parser is not validating. I will investigate using ex_uri for that purpose.
@annwenn Would ex_uri be an acceptable dependency to pull in?