Neil Berkman
Neil Berkman
``` OTP 23.0.1 Phoenix 1.5.3 Elixir 1.10.3 ``` Receiving both the data requested and also error struct at the same time using both Github and Google providers. Github error: ```...
* `host_matches?` previously would fail to match providers with URLs such as `http://www.twitter.com/`. Generalized the regex to handle subdomains. Added a test for this. * Fix issue #27 * Fix...
Currently tests fail intermittently, depending on the `seed`. ``` 3:42:22-neil~/act/furlex (master)$ mix test ............. Finished in 0.5 seconds 2 doctests, 12 tests, 0 failures Randomized with seed 432148 13:42:25-neil~/act/furlex (master)$...
Currently I get this for any tweet: ```elixir iex> Furlex.unfurl "https://twitter.com/arshia__/status/1204481088422178817?s=20" {:error, :parse_error} ``` I dug in a little bit and found one issue (see #26) but didn't fully debug...
Add reference to `eventsource_ex_chatgpt.exs` in `mix_install_examples`