extwitter icon indicating copy to clipboard operation
extwitter copied to clipboard

Add Setup/Contribution Instructions

Open jwworth opened this issue 7 years ago • 0 comments

Hi! Thanks for building this library. It's awesome; we're using it over at: https://github.com/hashrocket/tilex

We're getting the following warnings at compile:

warning: Kernel.to_char_list/1 is deprecated, use Kernel.to_charlist/1
  lib/extwitter/oauth.ex:38

warning: Kernel.to_char_list/1 is deprecated, use Kernel.to_charlist/1
  lib/extwitter/oauth.ex:46

warning: String.to_char_list/1 is deprecated, use String.to_charlist/1
  lib/extwitter/proxy.ex:28

warning: String.to_char_list/1 is deprecated, use String.to_charlist/1
  lib/extwitter/proxy.ex:38

warning: String.to_char_list/1 is deprecated, use String.to_charlist/1
  lib/extwitter/proxy.ex:39

I'd love try fixing them, but I'm not sure how to set up the application and get the tests passing. Thank you!

jwworth avatar Sep 15 '17 16:09 jwworth